|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowStepFunctionArguments
Interface defining the arguments passed to WorkflowStepFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
PIMCollection<CollaborationCategory> |
getCategories()
Obtains the set of Category entries being processed for this WorkflowStepFunction. |
CollaborationStep |
getCollaborationStep()
Obtains the collaboration step relevant to the entries being processed within this invocation. |
PIMCollection<CollaborationItem> |
getItems()
Obtains the set of Item entries being processed for this WorkflowStepFunction. |
CollaborationStepTransitionConfiguration |
getTransitionConfiguration()
Obtain the mapping of entries to exit values for this invocation. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
PIMCollection<CollaborationItem> getItems()
Will be null if this invocation is processing categories.
PIMCollection<CollaborationCategory> getCategories()
Will be null if this invocation is processing items.
CollaborationStep getCollaborationStep()
CollaborationStepTransitionConfiguration getTransitionConfiguration()
Exit values for an entry may be queried or altered via manipulation of the returned object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |