public interface WFInstanceRemote extends MboRemote
Modifier and Type | Method and Description |
---|---|
void |
applyWorkflowAction(int actionID) |
void |
applyWorkflowAction(int actionID,
java.lang.String memo) |
boolean |
atInteraction() |
boolean |
atStoppingPoint() |
boolean |
canAutoCompleteInteraction() |
void |
cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo) |
void |
completeWorkflowAssignment(int assignment,
int action,
java.lang.String memo) |
void |
completeWorkflowAssignment(java.lang.String assignment,
int action,
java.lang.String memo) |
void |
escalateAssignment(int assignID,
java.lang.String memo) |
void |
escalateAssignment(java.lang.String assignID,
java.lang.String memo) |
WFActionSetRemote |
getActions() |
MboRemote |
getControlledMbo() |
WFInteractionRemote |
getInteraction() |
WFViewInfo |
getWFDiagramInfo(int callSeq) |
void |
interactionComplete() |
void |
setControlledMbo(MboRemote mbo) |
void |
stopWorkflow(java.lang.String memo) |
void |
waitComplete() |
add, addMboSetForRequiredCheck, addToDeleteForInsertList, blindCopy, checkMethodAccess, clear, copy, copy, copy, copyFake, copyValue, copyValue, createComm, delete, delete, duplicate, evaluateCondition, evaluateCtrlConditions, evaluateCtrlConditions, excludeObjectForPropagate, generateAutoKey, getBoolean, getByte, getBytes, getCommLogOwnerNameAndUniqueId, getDatabaseValue, getDate, getDeleteForInsertList, getDocLinksCount, getDomainIDs, getDouble, getExistingMboSet, getFlags, getFloat, getIgnoreLockCheck, getInitialValue, getInsertCompanySetId, getInsertItemSetId, getInsertOrganization, getInsertSite, getInt, getKeyValue, getLinesRelationship, getList, getLockedByDisplayName, getLong, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMaxMessage, getMboData, getMboDataSet, getMboInitialValue, getMboList, getMboSet, getMboSet, getMboSet, getMboValueData, getMboValueData, getMboValueData, getMboValueDataForDownload, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMXTransaction, getName, getOrgForGL, getOrgSiteForMaxvar, getOwner, getPropagateKeyFlag, getRecordIdentifer, getSiteOrg, getString, getString, getStringInBaseLanguage, getStringInSpecificLocale, getStringTransparent, getThisMboSet, getUniqueIDName, getUniqueIDValue, getUserInfo, getUserName, hasHierarchyLink, hasLockSaveRights, isAutoKeyed, isBasedOn, isFlagSet, isForDM, isLocked, isLocked, isMasterTenant, isMboLockedByMe, isModified, isModified, isNew, isNull, isOptionGranted, isSelected, isZombie, lock, propagateKeyValue, rollbackToCheckpoint, select, setApplicationError, setApplicationRequired, setAutokeyFields, setCopyDefaults, setDeleted, setESigFieldModified, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlags, setFlag, setFlag, setFlags, setForDM, setIgnoreRecordLockCheck, setMLValue, setModified, setNewMbo, setPropagateKeyFlag, setPropagateKeyFlag, setReferencedMbo, setReferencedMbo, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull, sigopGranted, sigopGranted, sigopGranted, sigOptionAccessAuthorized, smartFill, smartFind, smartFind, smartFindByObjectName, smartFindByObjectName, smartFindByObjectNameDirect, startCheckpoint, thisToBeUpdated, toBeAdded, toBeDeleted, toBeSaved, toBeUpdated, toBeValidated, undelete, unlock, unselect, validate, validateAttributes
MboRemote getControlledMbo() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
WFInstance.getControlledMbo()
void setControlledMbo(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
WFInstance.setControlledMbo(MboRemote)
WFActionSetRemote getActions() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.getActions()
void completeWorkflowAssignment(int assignment, int action, java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.completeWorkflowAssignment(int,int,String)
void completeWorkflowAssignment(java.lang.String assignment, int action, java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.completeWorkflowAssignment(String,int,String)
void applyWorkflowAction(int actionID) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.applyWorkflowAction(int)
void applyWorkflowAction(int actionID, java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.applyWorkflowAction(int, String)
void cancelWorkflowAssignment(WFAssignmentRemote assignment, java.lang.String actionMemo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.cancelWorkflowAssignment(WFAssignmentRemote,String)
void stopWorkflow(java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.stopWorkflow(String)
void waitComplete() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.waitComplete()
void interactionComplete() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.interactionComplete()
boolean atStoppingPoint() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.atStoppingPoint()
boolean atInteraction() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.atInteraction()
WFInteractionRemote getInteraction() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.getInteraction()
WFViewInfo getWFDiagramInfo(int callSeq) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.getWFDiagramInfo(int)
void escalateAssignment(int assignID, java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.escalateAssignment(int,String)
void escalateAssignment(java.lang.String assignID, java.lang.String memo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.escalateAssignment(String,String)
boolean canAutoCompleteInteraction() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
WFInstance.canAutoCompleteInteraction()