|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Additional functions described in WfMC-TC-1009 Version 2.0e (Beta).
Method Summary | |
void |
addEntityAttributeValue(WMEntity entityHandle,
java.lang.String attributeName,
int attributeType,
java.lang.String attributeValue)
Not yet implemented - do not call. |
void |
addProcessDataAttribute(java.lang.String procModelId,
java.lang.String procDataId,
java.lang.String attributeName,
int attributeType,
int attributeLength,
java.lang.String attributeValue)
Not yet implemented - do not call. |
WMEntity |
addTransition(java.lang.String procModelId,
java.lang.String sourceActDefId,
java.lang.String targetActDefId)
Not yet implemented - do not call. |
void |
assignEntityAttributeValue(WMEntity entityHandle,
java.lang.String attributeName,
int attributeType,
java.lang.String attributeValue)
Not yet implemented - do not call. |
void |
clearEntityAttributeList(WMEntity entityHandle,
java.lang.String attributeName)
Not yet implemented - do not call. |
void |
closeProcessDefinition(WMEntity procModelHandle)
Not yet implemented - do not call. |
void |
closeWorkflowDefinition(WMEntity workflowDefinitionHandle)
Not yet implemented - do not call. |
WMEntity |
createEntity(WMEntity scopingEntity,
java.lang.String entityClass,
java.lang.String entityName)
Not yet implemented - do not call. |
java.lang.String |
createPackage()
Not yet implemented - do not call. |
void |
deleteEntity(WMEntity scopingEntity,
java.lang.String entityId)
Not yet implemented - do not call. |
void |
deleteProcessDefinition(java.lang.String processDefinitionId)
Not yet implemented - do not call. |
WMAttribute |
getEntityAttributeValue(WMEntity scopingEntity,
WMEntity entityHandle,
java.lang.String attributeName)
Not yet implemented - do not call. |
boolean |
isActivityAdminProfileSupported()
|
boolean |
isActivityControlStatusProfileSupported()
|
boolean |
isAuditRecordProfileSupported()
|
boolean |
isEntityHandlerProfileSupported()
|
boolean |
isProcessAdminProfileSupported()
|
boolean |
isProcessControlStatusProfileSupported()
|
boolean |
isProcessDefinitionProfileSupported()
|
boolean |
isToolAgentProfileSupported()
|
boolean |
isWorkListHandlerProfileSupported()
|
WMEntityIterator |
listEntities(WMEntity scopingEntity,
WMFilter filter,
boolean countFlag)
Not yet implemented - do not call. |
WMAttributeIterator |
listEntityAttributes(WMEntity scopingEntity,
java.lang.String entityId,
WMFilter filter,
boolean countFlag)
Not yet implemented - do not call. |
WMAttributeIterator |
listEntityAttributeValues(WMEntity scopingEntity,
java.lang.String entityHandle,
java.lang.String attributeName)
Not yet implemented - do not call. |
WMEntity |
openProcessDefinition(java.lang.String procDefId)
Not yet implemented - do not call. |
WMEntity |
openWorkflowDefinition(java.lang.String name,
java.lang.String scope)
Not yet implemented - do not call. |
void |
removeProcessDataAttribute(java.lang.String procModelId,
java.lang.String procDataId,
java.lang.String attributeName)
Not yet implemented - do not call. |
Method Detail |
public boolean isWorkListHandlerProfileSupported()
public boolean isProcessControlStatusProfileSupported()
public boolean isProcessDefinitionProfileSupported()
public boolean isProcessAdminProfileSupported()
public boolean isActivityControlStatusProfileSupported()
public boolean isActivityAdminProfileSupported()
public boolean isEntityHandlerProfileSupported()
public boolean isAuditRecordProfileSupported()
public boolean isToolAgentProfileSupported()
public WMEntity createEntity(WMEntity scopingEntity, java.lang.String entityClass, java.lang.String entityName) throws WMWorkflowException
scopingEntity
- entityClass
- entityName
-
WMWorkflowException
public WMEntityIterator listEntities(WMEntity scopingEntity, WMFilter filter, boolean countFlag) throws WMWorkflowException
scopingEntity
- filter
- countFlag
-
WMWorkflowException
public void deleteEntity(WMEntity scopingEntity, java.lang.String entityId) throws WMWorkflowException
scopingEntity
- entityId
-
WMWorkflowException
public WMAttributeIterator listEntityAttributes(WMEntity scopingEntity, java.lang.String entityId, WMFilter filter, boolean countFlag) throws WMWorkflowException
scopingEntity
- entityId
- filter
- countFlag
-
WMWorkflowException
public WMAttribute getEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, java.lang.String attributeName) throws WMWorkflowException
scopingEntity
- entityHandle
- attributeName
-
WMWorkflowException
public WMAttributeIterator listEntityAttributeValues(WMEntity scopingEntity, java.lang.String entityHandle, java.lang.String attributeName) throws WMWorkflowException
scopingEntity
- entityHandle
- attributeName
-
WMWorkflowException
public void assignEntityAttributeValue(WMEntity entityHandle, java.lang.String attributeName, int attributeType, java.lang.String attributeValue) throws WMWorkflowException
entityHandle
- attributeName
- attributeType
- attributeValue
-
WMWorkflowException
public void clearEntityAttributeList(WMEntity entityHandle, java.lang.String attributeName) throws WMWorkflowException
entityHandle
- attributeName
-
WMWorkflowException
public void addEntityAttributeValue(WMEntity entityHandle, java.lang.String attributeName, int attributeType, java.lang.String attributeValue) throws WMWorkflowException
entityHandle
- attributeName
- attributeType
- attributeValue
-
WMWorkflowException
public WMEntity openWorkflowDefinition(java.lang.String name, java.lang.String scope) throws WMWorkflowException
name
- scope
-
WMWorkflowException
public void closeWorkflowDefinition(WMEntity workflowDefinitionHandle) throws WMWorkflowException
workflowDefinitionHandle
-
WMWorkflowException
public java.lang.String createPackage() throws WMWorkflowException
WMWorkflowException
public void deleteProcessDefinition(java.lang.String processDefinitionId) throws WMWorkflowException
processDefinitionId
-
WMWorkflowException
public WMEntity openProcessDefinition(java.lang.String procDefId) throws WMWorkflowException
procDefId
-
WMWorkflowException
public void closeProcessDefinition(WMEntity procModelHandle) throws WMWorkflowException
procModelHandle
-
WMWorkflowException
public WMEntity addTransition(java.lang.String procModelId, java.lang.String sourceActDefId, java.lang.String targetActDefId) throws WMWorkflowException
procModelId
- sourceActDefId
- targetActDefId
-
WMWorkflowException
public void addProcessDataAttribute(java.lang.String procModelId, java.lang.String procDataId, java.lang.String attributeName, int attributeType, int attributeLength, java.lang.String attributeValue) throws WMWorkflowException
procModelId
- procDataId
- attributeName
- attributeType
- attributeLength
- attributeValue
-
WMWorkflowException
public void removeProcessDataAttribute(java.lang.String procModelId, java.lang.String procDataId, java.lang.String attributeName) throws WMWorkflowException
procModelId
- procDataId
- attributeName
-
WMWorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |