com.ebasetech.ufs.workflow.resource
Interface Context


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

getVariable

java.lang.Object getVariable(java.lang.String variableId)
                             throws com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException,
                                    com.ebasetech.ufs.utility.PersistenceException
Get the value of a process variable

Throws:
com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException
com.ebasetech.ufs.utility.PersistenceException

setVariable

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
Sets the value of a process variable

Throws:
com.ebasetech.ufs.utility.PersistenceException
com.ebasetech.ufs.workflow.server.enactment.ProcessAttributeException