| java.lang.Object org.obe.client.api.base.AbstractJAASClient org.obe.client.api.rmi.AbstractJ2EEClient
All known Subclasses: org.obe.client.api.rmi.J2EERemoteClient, org.obe.client.api.local.J2EELocalClient,
AbstractJ2EEClient | abstract public class AbstractJ2EEClient extends AbstractJAASClient (Code) | | Abstract base class for J2EE client implementations.
author: Adrian Price |
AbstractJ2EEClient | protected AbstractJ2EEClient()(Code) | | |
popCallerPrincipal | protected void popCallerPrincipal()(Code) | | |
pushCallerPrincipal | protected void pushCallerPrincipal()(Code) | | |
Methods inherited from org.obe.client.api.base.AbstractJAASClient | public void abortProcessInstance(String procInstId) throws WMWorkflowException(Code)(Java Doc) public void abortProcessInstances(String procDefId, WMFilter filter) throws WMWorkflowException(Code)(Java Doc) public void addEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code)(Java Doc) public void addProcessDataAttribute(String procModelId, String procDataId, String attributeName, int attributeType, int attributeLength, String attributeValue) throws WMWorkflowException(Code)(Java Doc) public WMEntity addTransition(String procModelId, String sourceActDefId, String targetActDefId) throws WMWorkflowException(Code)(Java Doc) public void assignActivityInstanceAttribute(String procInstId, String actInstId, String attrName, Object attrValue) throws WMWorkflowException(Code)(Java Doc) public void assignActivityInstancesAttribute(String procDefId, String actDefId, WMFilter filter, String attrName, Object attrValue) throws WMWorkflowException(Code)(Java Doc) public void assignEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code)(Java Doc) public void assignProcessInstanceAttribute(String procInstId, String attrName, Object attrValue) throws WMWorkflowException(Code)(Java Doc) public void assignProcessInstancesAttribute(String procDefId, WMFilter filter, String attrName, Object attrValue) throws WMWorkflowException(Code)(Java Doc) public void assignWorkItemAttribute(String procInstId, String workItemId, String attrName, Object attrValue) throws WMWorkflowException(Code)(Java Doc) public void changeActivityInstanceState(String procInstId, String actInstId, WMActivityInstanceState newState) throws WMWorkflowException(Code)(Java Doc) public void changeActivityInstancesState(String procDefId, String actDefId, WMFilter filter, WMActivityInstanceState newState) throws WMWorkflowException(Code)(Java Doc) public void changeProcessDefinitionState(String procDefId, WMProcessDefinitionState newState) throws WMWorkflowException(Code)(Java Doc) public void changeProcessInstanceState(String procInstId, WMProcessInstanceState newState) throws WMWorkflowException(Code)(Java Doc) public void changeProcessInstancesState(String procDefId, WMFilter filter, WMProcessInstanceState newState) throws WMWorkflowException(Code)(Java Doc) public void changeWorkItemState(String procInstId, String workItemId, WMWorkItemState newState) throws WMWorkflowException(Code)(Java Doc) public void clearEntityAttributeList(WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code)(Java Doc) public void closeProcessDefinition(WMEntity procModelHandle) throws WMWorkflowException(Code)(Java Doc) public void closeWorkflowDefinition(WMEntity workflowDefinitionHandle) throws WMWorkflowException(Code)(Java Doc) public void completeWorkItem(String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public synchronized void connect(WMConnectInfo connectInfo) throws WMConnectException(Code)(Java Doc) public WMEntity createEntity(WMEntity scopingEntity, String entityClass, String entityName) throws WMWorkflowException(Code)(Java Doc) public String createPackage() throws WMWorkflowException(Code)(Java Doc) public String createPackage(XPDLPackage pkg) throws WMWorkflowException(Code)(Java Doc) public String createPackage(String content, String contentType) throws WMWorkflowException(Code)(Java Doc) public String createProcessInstance(String procDefId, String procInstName) throws WMWorkflowException(Code)(Java Doc) public String createProcessInstanceVersioned(String name, String processInstanceName) throws WMWorkflowException(Code)(Java Doc) public int deleteAuditEntries(WMFilter filter) throws WMWorkflowException(Code)(Java Doc) public void deleteEntity(WMEntity scopingEntity, String entityId) throws WMWorkflowException(Code)(Java Doc) public void deletePackage(String packageId) throws WMWorkflowException(Code)(Java Doc) public void deleteProcessDefinition(String processDefinitionId) throws WMWorkflowException(Code)(Java Doc) public void deleteProcessInstance(String processInstanceId) throws WMWorkflowException(Code)(Java Doc) public void deleteProcessInstances(String processDefinitionId, WMFilter filter) throws WMWorkflowException(Code)(Java Doc) public synchronized void disconnect() throws WMConnectException(Code)(Java Doc) final protected Object doAsSubject(PrivilegedExceptionAction action) throws WMWorkflowException(Code)(Java Doc) public ToolInvocation[] executeWorkItem(String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public WMActivityInstance getActivityInstance(String procInstId, String actInstId) throws WMWorkflowException(Code)(Java Doc) public WMAttribute getActivityInstanceAttributeValue(String procInstId, String actInstId, String attrName) throws WMWorkflowException(Code)(Java Doc) public WMAttribute getEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code)(Java Doc) abstract protected Log getLogger()(Code)(Java Doc) public XPDLPackage getPackage(String packageId) throws WMWorkflowException(Code)(Java Doc) public String getPackageContent(String packageId) throws WMWorkflowException(Code)(Java Doc) public String getPackageContent(String packageId, String contentType) throws WMWorkflowException(Code)(Java Doc) public WMProcessInstance getProcessInstance(String procInstId) throws WMWorkflowException(Code)(Java Doc) public WMAttribute getProcessInstanceAttributeValue(String procInstId, String attrName) throws WMWorkflowException(Code)(Java Doc) final protected Subject getSubject()(Code)(Java Doc) public WMWorkItem getWorkItem(String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public WMAttribute getWorkItemAttributeValue(String procInstId, String workItemId, String attrName) throws WMWorkflowException(Code)(Java Doc) public void invokeApplication(int toolAgentHandle, String appName, String procInstId, String workItemId, Object[] parameters, int appMode) throws WMWorkflowException(Code)(Java Doc) public boolean isActivityAdminProfileSupported()(Code)(Java Doc) public boolean isActivityControlStatusProfileSupported()(Code)(Java Doc) public boolean isAuditRecordProfileSupported()(Code)(Java Doc) final protected boolean isConnected()(Code)(Java Doc) public boolean isEntityHandlerProfileSupported()(Code)(Java Doc) public boolean isProcessAdminProfileSupported()(Code)(Java Doc) public boolean isProcessControlStatusProfileSupported()(Code)(Java Doc) public boolean isProcessDefinitionProfileSupported()(Code)(Java Doc) public boolean isToolAgentProfileSupported()(Code)(Java Doc) public boolean isWorkListHandlerProfileSupported()(Code)(Java Doc) public WMAttributeIterator listActivityInstanceAttributes(String procInstId, String actInstId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMActivityInstanceStateIterator listActivityInstanceStates(String procInstId, String actInstId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMActivityInstanceIterator listActivityInstances(WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMAAuditEntryIterator listAuditEntries(WMFilter filter) throws WMWorkflowException(Code)(Java Doc) public WMEntityIterator listEntities(WMEntity scopingEntity, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMAttributeIterator listEntityAttributeValues(WMEntity scopingEntity, String entityHandle, String attributeName) throws WMWorkflowException(Code)(Java Doc) public WMAttributeIterator listEntityAttributes(WMEntity scopingEntity, String entityId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMProcessDefinitionStateIterator listProcessDefinitionStates(String procDefId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMProcessDefinitionIterator listProcessDefinitions(WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMAttributeIterator listProcessInstanceAttributes(String procInstId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMProcessInstanceStateIterator listProcessInstanceStates(String procInstId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMProcessInstanceIterator listProcessInstances(WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMAttributeIterator listWorkItemAttributes(String procInstId, String workItemId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMWorkItemStateIterator listWorkItemStates(String procInstId, String workItemId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMWorkItemIterator listWorkItems(WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)(Java Doc) public WMEntity openProcessDefinition(String procDefId) throws WMWorkflowException(Code)(Java Doc) public WMEntity openWorkflowDefinition(String name, String scope) throws WMWorkflowException(Code)(Java Doc) protected void popCallerPrincipal()(Code)(Java Doc) protected void pushCallerPrincipal()(Code)(Java Doc) public void reassignWorkItem(String sourceUser, String targetUser, String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public void removeProcessDataAttribute(String procModelId, String procDataId, String attributeName) throws WMWorkflowException(Code)(Java Doc) public WMAttribute[] requestAppStatus(int toolAgentHandle, String procInstId, String workItemId, int[] status) throws WMWorkflowException(Code)(Java Doc) public void setPackageContent(String packageId, String content) throws WMWorkflowException(Code)(Java Doc) public void setPackageContent(String packageId, String content, String contentType) throws WMWorkflowException(Code)(Java Doc) public String startProcess(String procInstId) throws WMWorkflowException(Code)(Java Doc) public void terminateApp(int toolAgentHandle, String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public void terminateProcessInstance(String procInstId) throws WMWorkflowException(Code)(Java Doc) public void terminateProcessInstances(String procDefId, WMFilter filter) throws WMWorkflowException(Code)(Java Doc) public void toolFinished(String procInstId, String workItemId, int appStatus, Parameter[] parms) throws WMWorkflowException(Code)(Java Doc) public void toolStarted(String procInstId, String workItemId) throws WMWorkflowException(Code)(Java Doc) public void updatePackage(XPDLPackage pkg) throws WMWorkflowException(Code)(Java Doc)
|
|
|