|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
StatusInformation |
execute(IExecutable executable)
carries out the action described by the given parameter. |
StatusInformation |
execute(java.lang.String execution)
different signature for this method. |
IExecutable |
getAction(FieldIdentifier ident)
returns the IExecutable with the given ident-parameter or
null , if no such instance could be found. |
java.util.List |
getActions()
returns a list with all IExecutable s defined by the
implementing class |
IField |
getField(FieldIdentifier ident)
returns the field with the given ident-parameter or null , if
no such instance could be found. |
java.util.List |
getFields()
returns a list with all fields defined by the implementing class |
java.lang.String |
getID()
returns the ID under which this status was registered by the Service |
StatusInformation |
getStatusInformation()
returns the status of the implementing class. |
void |
setID(java.lang.String id)
sets the ID under which this status was registered by the service this field is set by the service and must not be altered afterwards. |
| Method Detail |
public StatusInformation execute(IExecutable executable)
throws WcmException
executable - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public StatusInformation execute(java.lang.String execution)
throws WcmException
IExecutable objects. If the given
parameter matches the IExecutable 's getIdentifier.getID
, this IExecutable must be passed to the other
signature of this method.execution - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situationWcmException, - if no matching class could be found.public IField getField(FieldIdentifier ident)
null , if
no such instance could be found.ident - TBD: Description of the incoming method parameterpublic IExecutable getAction(FieldIdentifier ident)
IExecutable with the given ident-parameter or
null , if no such instance could be found.ident - TBD: Description of the incoming method parameterpublic java.util.List getFields()
public java.util.List getActions()
IExecutable s defined by the
implementing classpublic StatusInformation getStatusInformation()
null will be used and
its status will be returned. Consequently, this method might return
nullpublic java.lang.String getID()
public void setID(java.lang.String id)
id - iD to be set
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||