| org.wfmc.wapi2.WAPI2
WAPI2 | public interface WAPI2 extends WAPI(Code) | | Additional functions described in WfMC-TC-1009 Version 2.0e (Beta).
author: Adrian Price |
Method Summary | |
void | addEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) Not yet implemented - do not call. | void | addProcessDataAttribute(String procModelId, String procDataId, String attributeName, int attributeType, int attributeLength, String attributeValue) Not yet implemented - do not call. | WMEntity | addTransition(String procModelId, String sourceActDefId, String targetActDefId) Not yet implemented - do not call. | void | assignEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) Not yet implemented - do not call. | void | clearEntityAttributeList(WMEntity entityHandle, 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, String entityClass, String entityName) Not yet implemented - do not call. | String | createPackage() Not yet implemented - do not call. | void | deleteEntity(WMEntity scopingEntity, String entityId) Not yet implemented - do not call. | void | deleteProcessDefinition(String processDefinitionId) Not yet implemented - do not call. | WMAttribute | getEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, 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 | listEntityAttributeValues(WMEntity scopingEntity, String entityHandle, String attributeName) Not yet implemented - do not call. | WMAttributeIterator | listEntityAttributes(WMEntity scopingEntity, String entityId, WMFilter filter, boolean countFlag) Not yet implemented - do not call. | WMEntity | openProcessDefinition(String procDefId) Not yet implemented - do not call. | WMEntity | openWorkflowDefinition(String name, String scope) Not yet implemented - do not call. | void | removeProcessDataAttribute(String procModelId, String procDataId, String attributeName) Not yet implemented - do not call. |
addEntityAttributeValue | void addEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: entityHandle - Parameters: attributeName - Parameters: attributeType - Parameters: attributeValue - throws: WMWorkflowException - |
addProcessDataAttribute | void addProcessDataAttribute(String procModelId, String procDataId, String attributeName, int attributeType, int attributeLength, String attributeValue) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: procModelId - Parameters: procDataId - Parameters: attributeName - Parameters: attributeType - Parameters: attributeLength - Parameters: attributeValue - throws: WMWorkflowException - |
addTransition | WMEntity addTransition(String procModelId, String sourceActDefId, String targetActDefId) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: procModelId - Parameters: sourceActDefId - Parameters: targetActDefId - The transition entity. throws: WMWorkflowException - |
assignEntityAttributeValue | void assignEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: entityHandle - Parameters: attributeName - Parameters: attributeType - Parameters: attributeValue - throws: WMWorkflowException - |
clearEntityAttributeList | void clearEntityAttributeList(WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: entityHandle - Parameters: attributeName - throws: WMWorkflowException - |
closeProcessDefinition | void closeProcessDefinition(WMEntity procModelHandle) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: procModelHandle - throws: WMWorkflowException - |
closeWorkflowDefinition | void closeWorkflowDefinition(WMEntity workflowDefinitionHandle) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: workflowDefinitionHandle - throws: WMWorkflowException - |
deleteProcessDefinition | void deleteProcessDefinition(String processDefinitionId) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: processDefinitionId - throws: WMWorkflowException - |
getEntityAttributeValue | WMAttribute getEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: scopingEntity - Parameters: entityHandle - Parameters: attributeName - The entity attribute value. throws: WMWorkflowException - |
isActivityAdminProfileSupported | boolean isActivityAdminProfileSupported()(Code) | | |
isActivityControlStatusProfileSupported | boolean isActivityControlStatusProfileSupported()(Code) | | |
isAuditRecordProfileSupported | boolean isAuditRecordProfileSupported()(Code) | | |
isEntityHandlerProfileSupported | boolean isEntityHandlerProfileSupported()(Code) | | |
isProcessAdminProfileSupported | boolean isProcessAdminProfileSupported()(Code) | | |
isProcessControlStatusProfileSupported | boolean isProcessControlStatusProfileSupported()(Code) | | |
isProcessDefinitionProfileSupported | boolean isProcessDefinitionProfileSupported()(Code) | | |
isToolAgentProfileSupported | boolean isToolAgentProfileSupported()(Code) | | |
isWorkListHandlerProfileSupported | boolean isWorkListHandlerProfileSupported()(Code) | | |
listEntities | WMEntityIterator listEntities(WMEntity scopingEntity, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: scopingEntity - Parameters: filter - Parameters: countFlag - An iterator for retrieving the selected entities. throws: WMWorkflowException - |
listEntityAttributeValues | WMAttributeIterator listEntityAttributeValues(WMEntity scopingEntity, String entityHandle, String attributeName) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: scopingEntity - Parameters: entityHandle - Parameters: attributeName - An iterator for retrieving the selected entity attribute values. throws: WMWorkflowException - |
listEntityAttributes | WMAttributeIterator listEntityAttributes(WMEntity scopingEntity, String entityId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: scopingEntity - Parameters: entityId - Parameters: filter - Parameters: countFlag - An iterator for retrieving the selected entity attributes. throws: WMWorkflowException - |
removeProcessDataAttribute | void removeProcessDataAttribute(String procModelId, String procDataId, String attributeName) throws WMWorkflowException(Code) | | Not yet implemented - do not call. This is one of the online
Process Definition Profile methods.
Parameters: procModelId - Parameters: procDataId - Parameters: attributeName - throws: WMWorkflowException - |
|
|