wt.graph.service
Interface ObjectGraphService

All Known Implementing Classes:
ObjectGraphServiceFwd, StandardObjectGraphService

public interface ObjectGraphService



Supported API: false

Extendable: false


Method Summary
 ObjectGraph create(ObjectGraph graph)
          

Supported API: false
 ObjectGraph delete(ObjectGraph graph)
          

Supported API: false
 ObjectGraph retrieve(ObjectGraph graph)
          

Supported API: false
 ObjectGraph update(ObjectGraph graph)
          

Supported API: false
 

Method Detail

create

public ObjectGraph create(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

retrieve

public ObjectGraph retrieve(ObjectGraph graph)
                     throws WTException,
                            WTPropertyVetoException,
                            ObjectGraphServiceException


Supported API: false

Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

update

public ObjectGraph update(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException

delete

public ObjectGraph delete(ObjectGraph graph)
                   throws WTException,
                          WTPropertyVetoException,
                          ObjectGraphServiceException


Supported API: false

Parameters:
graph -
Returns:
ObjectGraph
Throws:
WTException
WTPropertyVetoException
ObjectGraphServiceException