|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IStatemanagementResource to handle states and transitions
for a single resource.
This interface handles everything to do with the states and transitions between states of a resource.
| Method Summary | |
java.lang.String |
executeTransition(ITransition aTransition,
IResource aResource)
Deprecated. Executes the specified transition for the resource |
void |
executeTransition(ITransition aTransition,
IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Executes the specified transition for a list of resources |
ITransition |
getTransition(java.lang.String impID)
Deprecated. Returns the ITransition with the specified ID |
ITransitionList |
getTransitions(IResource aResource)
Deprecated. Returns all transitions defined in the workflow process for a resource |
ITransitionList |
getTransitions(IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Returns all transitions defined in the workflow process for a resource list |
void |
setInitialState(IResource aResource)
Deprecated. Sets the initial state for a resource (i.e. in progress) |
void |
setInitialState(IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Sets the initial state for a list of resources (i.e. in progress) |
| Method Detail |
public ITransition getTransition(java.lang.String impID)
throws WcmException
impID - ID of a transitionWcmException -
public ITransitionList getTransitions(IResource aResource)
throws WcmException
aResource - a resourceWcmException - exception raised in failure situation
public ITransitionList getTransitions(IResourceList aResourceList,
IResourceContext aContext)
throws WcmException
aResourceList - list of resourcesaContext - resource context to be used for this, because each resource in the resource list can have
a different context. The context determines the actual user.WcmException - exception raised in failure situation
public java.lang.String executeTransition(ITransition aTransition,
IResource aResource)
throws WcmException
aTransition - transition to executeaResource - resource that is subjected to the transitionWcmException -
public void executeTransition(ITransition aTransition,
IResourceList aResourceList,
IResourceContext aContext)
throws WcmException
aTransition - transition to executeaResourceList - list of resourcesaContext - context to be used for all resourcesWcmException -
public void setInitialState(IResource aResource)
throws WcmException
aResource - a resourceWcmException -
public void setInitialState(IResourceList aResourceList,
IResourceContext aContext)
throws WcmException
aResourceList - list of resourcesaContext - resource context to be used for this, because each resource in the resource list can have
a different context. The context determines the actual user.WcmException -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||