org.enhydra.shark.api.client.xpil
Interface XPILHandler
- public interface XPILHandler
Method Summary |
org.w3c.dom.Node |
getActivityDetails(WMSessionHandle shandle,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
|
org.w3c.dom.Node |
getActivityHistory(WMSessionHandle shandle,
WMFilter filter,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
|
org.w3c.dom.Node |
getActivityList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
|
org.w3c.dom.Node |
getActivityVariables(WMSessionHandle shandle,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
|
org.w3c.dom.Node |
getActivityVariablesForMockupNode(WMSessionHandle shandle,
org.w3c.dom.Node mockup,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
|
org.w3c.dom.Node |
getPackageList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessDetails(WMSessionHandle shandle,
java.lang.String procId,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessFactoryList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessHistory(WMSessionHandle shandle,
WMFilter filter,
java.lang.String procId,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessInstanceList(WMSessionHandle shandle,
java.lang.String user,
WMFilter filter,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessVariables(WMSessionHandle shandle,
java.lang.String procId,
java.util.Properties props)
|
org.w3c.dom.Node |
getProcessVariablesForMockupNode(WMSessionHandle shandle,
org.w3c.dom.Node mockup,
java.lang.String procId,
java.util.Properties props)
|
org.w3c.dom.Node |
getWorklist(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
|
FILL_PROCESS_FACTORIES
public static final java.lang.String FILL_PROCESS_FACTORIES
- See Also:
- Constant Field Values
FILL_USERS
public static final java.lang.String FILL_USERS
- See Also:
- Constant Field Values
FILL_PROCESS_VARIABLES
public static final java.lang.String FILL_PROCESS_VARIABLES
- See Also:
- Constant Field Values
FILL_ACTIVITY_VARIABLES
public static final java.lang.String FILL_ACTIVITY_VARIABLES
- See Also:
- Constant Field Values
FILL_ICONS
public static final java.lang.String FILL_ICONS
- See Also:
- Constant Field Values
FILL_ACTIVITY_ASSIGNMENTS
public static final java.lang.String FILL_ACTIVITY_ASSIGNMENTS
- See Also:
- Constant Field Values
FILL_ACTIVITY_EVENTS_FOR_PROCESS
public static final java.lang.String FILL_ACTIVITY_EVENTS_FOR_PROCESS
- See Also:
- Constant Field Values
SHOW_LAST_FACTORY_VERSION_ONLY
public static final java.lang.String SHOW_LAST_FACTORY_VERSION_ONLY
- See Also:
- Constant Field Values
FILL_RUNNING_ACTIVITIES
public static final java.lang.String FILL_RUNNING_ACTIVITIES
- See Also:
- Constant Field Values
FILL_ALL_ACTIVITIES
public static final java.lang.String FILL_ALL_ACTIVITIES
- See Also:
- Constant Field Values
FILL_PACKAGE_EXT_ATTRIBS
public static final java.lang.String FILL_PACKAGE_EXT_ATTRIBS
- See Also:
- Constant Field Values
FILL_PROCESS_FACTORY_EXT_ATTRIBS
public static final java.lang.String FILL_PROCESS_FACTORY_EXT_ATTRIBS
- See Also:
- Constant Field Values
FILL_PROCESS_EXT_ATTRIBS
public static final java.lang.String FILL_PROCESS_EXT_ATTRIBS
- See Also:
- Constant Field Values
FILL_ACTIVITY_EXT_ATTRIBS
public static final java.lang.String FILL_ACTIVITY_EXT_ATTRIBS
- See Also:
- Constant Field Values
FILL_VARIABLE_XPDL_DATA
public static final java.lang.String FILL_VARIABLE_XPDL_DATA
- See Also:
- Constant Field Values
FILL_VARIABLE_EXT_ATTRIBS
public static final java.lang.String FILL_VARIABLE_EXT_ATTRIBS
- See Also:
- Constant Field Values
USE_DATE_TIME_FORMAT
public static final java.lang.String USE_DATE_TIME_FORMAT
- See Also:
- Constant Field Values
USE_DATE_FORMAT
public static final java.lang.String USE_DATE_FORMAT
- See Also:
- Constant Field Values
USE_TIME_FORMAT
public static final java.lang.String USE_TIME_FORMAT
- See Also:
- Constant Field Values
RETURN_ONLY_VARIABLES_NOT_CONTAINED_IN_MOCKUP
public static final java.lang.String RETURN_ONLY_VARIABLES_NOT_CONTAINED_IN_MOCKUP
- See Also:
- Constant Field Values
OMIT_VARIABLES_BY_TYPE
public static final java.lang.String OMIT_VARIABLES_BY_TYPE
- See Also:
- Constant Field Values
INCLUDE_VARIABLES_BY_TYPE
public static final java.lang.String INCLUDE_VARIABLES_BY_TYPE
- See Also:
- Constant Field Values
OMIT_VARIABLES_BY_ID
public static final java.lang.String OMIT_VARIABLES_BY_ID
- See Also:
- Constant Field Values
INCLUDE_VARIABLES_BY_ID
public static final java.lang.String INCLUDE_VARIABLES_BY_ID
- See Also:
- Constant Field Values
OMIT_VARIABLES_BY_ID_PREFIX
public static final java.lang.String OMIT_VARIABLES_BY_ID_PREFIX
- See Also:
- Constant Field Values
INCLUDE_VARIABLES_BY_ID_PREFIX
public static final java.lang.String INCLUDE_VARIABLES_BY_ID_PREFIX
- See Also:
- Constant Field Values
OMIT_VARIABLES_BY_ID_POSTFIX
public static final java.lang.String OMIT_VARIABLES_BY_ID_POSTFIX
- See Also:
- Constant Field Values
INCLUDE_VARIABLES_BY_ID_POSTFIX
public static final java.lang.String INCLUDE_VARIABLES_BY_ID_POSTFIX
- See Also:
- Constant Field Values
COMPLAIN_ON_NON_EXISTING_VARIABLES_IN_MOCKUP
public static final java.lang.String COMPLAIN_ON_NON_EXISTING_VARIABLES_IN_MOCKUP
- See Also:
- Constant Field Values
VARIABLE_TYPE_STRING
public static final java.lang.String VARIABLE_TYPE_STRING
- See Also:
- Constant Field Values
VARIABLE_TYPE_STRING_ARRAY
public static final java.lang.String VARIABLE_TYPE_STRING_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_BOOLEAN
public static final java.lang.String VARIABLE_TYPE_BOOLEAN
- See Also:
- Constant Field Values
VARIABLE_TYPE_BOOLEAN_ARRAY
public static final java.lang.String VARIABLE_TYPE_BOOLEAN_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_DOUBLE
public static final java.lang.String VARIABLE_TYPE_DOUBLE
- See Also:
- Constant Field Values
VARIABLE_TYPE_DOUBLE_ARRAY
public static final java.lang.String VARIABLE_TYPE_DOUBLE_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_LONG
public static final java.lang.String VARIABLE_TYPE_LONG
- See Also:
- Constant Field Values
VARIABLE_TYPE_LONG_ARRAY
public static final java.lang.String VARIABLE_TYPE_LONG_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_DATE
public static final java.lang.String VARIABLE_TYPE_DATE
- See Also:
- Constant Field Values
VARIABLE_TYPE_DATE_ARRAY
public static final java.lang.String VARIABLE_TYPE_DATE_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_BYTE_ARRAY
public static final java.lang.String VARIABLE_TYPE_BYTE_ARRAY
- See Also:
- Constant Field Values
VARIABLE_TYPE_SCHEMA
public static final java.lang.String VARIABLE_TYPE_SCHEMA
- See Also:
- Constant Field Values
getPackageList
public org.w3c.dom.Node getPackageList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessFactoryList
public org.w3c.dom.Node getProcessFactoryList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessInstanceList
public org.w3c.dom.Node getProcessInstanceList(WMSessionHandle shandle,
java.lang.String user,
WMFilter filter,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getActivityList
public org.w3c.dom.Node getActivityList(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getWorklist
public org.w3c.dom.Node getWorklist(WMSessionHandle shandle,
WMFilter filter,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessDetails
public org.w3c.dom.Node getProcessDetails(WMSessionHandle shandle,
java.lang.String procId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getActivityDetails
public org.w3c.dom.Node getActivityDetails(WMSessionHandle shandle,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessHistory
public org.w3c.dom.Node getProcessHistory(WMSessionHandle shandle,
WMFilter filter,
java.lang.String procId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getActivityHistory
public org.w3c.dom.Node getActivityHistory(WMSessionHandle shandle,
WMFilter filter,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessVariables
public org.w3c.dom.Node getProcessVariables(WMSessionHandle shandle,
java.lang.String procId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessVariablesForMockupNode
public org.w3c.dom.Node getProcessVariablesForMockupNode(WMSessionHandle shandle,
org.w3c.dom.Node mockup,
java.lang.String procId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getActivityVariables
public org.w3c.dom.Node getActivityVariables(WMSessionHandle shandle,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getActivityVariablesForMockupNode
public org.w3c.dom.Node getActivityVariablesForMockupNode(WMSessionHandle shandle,
org.w3c.dom.Node mockup,
java.lang.String procId,
java.lang.String actId,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception