|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
This interface is implemented by Job and answers contextual questions relating to the job.
Method Summary | |
---|---|
java.lang.Object |
getVariable(java.lang.String variableId)
Get the value of a process variable |
void |
setVariable(java.lang.String variableId,
java.lang.Object value,
java.lang.String reason,
java.lang.String caller)
Sets the value of a process variable |
Method Detail |
---|
java.lang.Object getVariable(java.lang.String variableId) throws com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException, com.ebasetech.ufs.utility.PersistenceException
com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException
com.ebasetech.ufs.utility.PersistenceException
void setVariable(java.lang.String variableId, java.lang.Object value, java.lang.String reason, java.lang.String caller) throws com.ebasetech.ufs.utility.PersistenceException, com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException
com.ebasetech.ufs.utility.PersistenceException
com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |