|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseGrabRequest
Base interface for a grab request.
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Gets the comments for the request |
java.lang.Iterable<ICorrelationKeyItem> |
getRequestedCorrelationKeyValueChanges()
Gets the requested Correlation Key changes to apply. |
java.lang.Iterable<IFlowChangeItem> |
getRequestedFlowChanges()
Gets the requested flow changes to apply. |
java.lang.Iterable<IVariableItem> |
getRequestedInstanceAttributeValueChanges()
Gets the requested Instance Attribute changes to apply. |
java.lang.Iterable<IVariableItem> |
getRequestedVariableValueChanges()
Gets the requested Data Object changes to apply. |
java.lang.String |
getRequester()
|
boolean |
isValidateValue()
Returns whether the value will be validated before modifying the Data Object. |
void |
setComments(java.lang.String comments)
Sets the comments for the request |
void |
setRequestedCorrelationKeyValueChanges(java.lang.Iterable<ICorrelationKeyItem> requestedCorrelationKeyValueChanges)
Sets the requested Correlation Key changes to apply. |
void |
setRequestedFlowChanges(java.lang.Iterable<IFlowChangeItem> requestedFlowChanges)
Sets the requested flow changes to apply. |
void |
setRequestedInstanceAttributeValueChanges(java.lang.Iterable<IVariableItem> requestedInstanceAttributeValueChanges)
Sets the requested Instance Attribute changes to apply. |
void |
setRequestedVariableValueChanges(java.lang.Iterable<IVariableItem> requestedVariableValueChanges)
Sets the requested Data Object changes to apply. |
void |
setRequester(java.lang.String requester)
|
void |
setValidateValue(boolean validateValue)
Sets whether the value will be validated before modifying the Data Object. |
| Method Detail |
|---|
java.lang.Iterable<IFlowChangeItem> getRequestedFlowChanges()
Iterable of flow changesvoid setRequestedFlowChanges(java.lang.Iterable<IFlowChangeItem> requestedFlowChanges)
requestedFlowChanges - an Iterable of flow changesjava.lang.Iterable<IVariableItem> getRequestedVariableValueChanges()
Iterable of Data Object changesvoid setRequestedVariableValueChanges(java.lang.Iterable<IVariableItem> requestedVariableValueChanges)
requestedVariableValueChanges - an Iterable of Data Object changesjava.lang.Iterable<IVariableItem> getRequestedInstanceAttributeValueChanges()
Iterable of Instance Attribute changesvoid setRequestedInstanceAttributeValueChanges(java.lang.Iterable<IVariableItem> requestedInstanceAttributeValueChanges)
requestedInstanceAttributeValueChanges - an Iterable of Instance Attribute changesjava.lang.Iterable<ICorrelationKeyItem> getRequestedCorrelationKeyValueChanges()
Iterable of Correlation Key changesvoid setRequestedCorrelationKeyValueChanges(java.lang.Iterable<ICorrelationKeyItem> requestedCorrelationKeyValueChanges)
requestedCorrelationKeyValueChanges - an Iterable of Correlation Key changesjava.lang.String getComments()
void setComments(java.lang.String comments)
comments - the request's commentsvoid setRequester(java.lang.String requester)
java.lang.String getRequester()
boolean isValidateValue()
void setValidateValue(boolean validateValue)
validateValue - true if the value will be validated, false otherwise
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||