public interface RuntimeDataService
Collection<ProcessInstanceDesc> getProcessInstances()
Collection<ProcessInstanceDesc> getProcessInstances(List<Integer> states, String initiator)
Collection<ProcessInstanceDesc> getProcessInstancesByProcessId(List<Integer> states, String processId, String initiator)
Collection<ProcessInstanceDesc> getProcessInstancesByProcessName(List<Integer> states, String processName, String initiator)
Collection<ProcessInstanceDesc> getProcessInstancesByDeploymentId(String deploymentId, List<Integer> states)
Collection<ProcessAssetDesc> getProcessesByDeploymentId(String deploymentId)
Collection<ProcessAssetDesc> getProcessesByFilter(String filter)
Collection<ProcessAssetDesc> getProcesses()
ProcessInstanceDesc getProcessInstanceById(long processId)
Collection<NodeInstanceDesc> getProcessInstanceHistory(String deploymentId, long processId)
Collection<NodeInstanceDesc> getProcessInstanceHistory(String deploymentId, long processId, boolean completed)
Collection<NodeInstanceDesc> getProcessInstanceFullHistory(String deploymentId, long processId)
Collection<NodeInstanceDesc> getProcessInstanceActiveNodes(String deploymentId, long processId)
Collection<NodeInstanceDesc> getProcessInstanceCompletedNodes(String deploymentId, long processId)
Collection<VariableStateDesc> getVariablesCurrentState(long processInstanceId)
Collection<VariableStateDesc> getVariableHistory(long processInstanceId, String variableId)
Collection<ProcessInstanceDesc> getProcessInstancesByProcessDefinition(String processDefId)
ProcessAssetDesc getProcessById(String processId)
ProcessAssetDesc getProcessesByDeploymentIdProcessId(String deploymentId, String processId)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.