|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IResourceTransition instead.
A transition handles everything needed for a document to go from one state to another. It defines which state is reached from another specific state and it defines whether the transition is permitted for a specific resource or for a list of resources.
| Method Summary | |
boolean |
execute(IResource aResource)
Deprecated. Executes the transition |
java.lang.String |
getDescription(java.util.Locale aLocale)
Deprecated. Gets a description for the transition |
java.lang.String |
getID()
Deprecated. Gets the ID of the transition |
java.lang.String |
getSuccessMessage(java.util.Locale aLocale)
Deprecated. Gets a sucess message for the transition |
boolean |
isAllowed(IResource aResource)
Deprecated. Check whether the transition is allowed for a resource |
boolean |
isAllowed(IResourceList aResourceList)
Deprecated. Checks that the transition is allowed for a list of resources |
| Method Detail |
public java.lang.String getID()
public boolean execute(IResource aResource)
throws WcmException
aResource - the resource for which the transition is to be executedWcmException - exception raised in failure situationpublic java.lang.String getDescription(java.util.Locale aLocale)
aLocale - the locale to usepublic java.lang.String getSuccessMessage(java.util.Locale aLocale)
aLocale - the locale to use
public boolean isAllowed(IResource aResource)
throws WcmException
aResource - resource to checkWcmException -
public boolean isAllowed(IResourceList aResourceList)
throws WcmException
aResourceList - resourcelist to checkWcmException -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||