|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.query.Query
org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
public class ProcessDefinitionQuery
| Field Summary | |
|---|---|
static String |
BOTH_INVOCATION
Predefined filter matching process definition interfaces defining the invocation type BOTH (REST and SOAP) |
static FilterableAttribute |
INVOCATION_TYPE
|
static String |
REST_INVOCATION
Predefined filter matching process definition interfaces defining the invocation type REST |
static String |
SOAP_INVOCATION
Predefined filter matching process definition interfaces defining the invocation type SOAP |
static FilterableAttribute |
TRIGGER_TYPE
|
| Method Summary | |
|---|---|
static ProcessDefinitionQuery |
findAll()
Creates a query for finding all process definitions from the active model. |
static ProcessDefinitionQuery |
findProcessInterface(String invocationType)
Create a query for finding a process definition that providing a process interface with the given invocation type. |
static ProcessDefinitionQuery |
findStartable()
Creates a query for finding manually startable processes. |
static ProcessDefinitionQuery |
findStartable(long modelOID)
Creates a query for finding manually startable processes contained in a specific model. |
static ProcessDefinitionQuery |
findStartable(String triggerType)
Creates a query for finding the active deployed model having the specific id. |
| Methods inherited from class org.eclipse.stardust.engine.api.query.Query |
|---|
getFilter, getOrderCriteria, getPolicy, orderBy, orderBy, orderBy, removePolicy, setPolicy, toString, where |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String REST_INVOCATION
public static final String SOAP_INVOCATION
public static final String BOTH_INVOCATION
public static final FilterableAttribute TRIGGER_TYPE
public static final FilterableAttribute INVOCATION_TYPE
| Method Detail |
|---|
public static ProcessDefinitionQuery findAll()
public static ProcessDefinitionQuery findStartable()
findStartable(String triggerType)public static ProcessDefinitionQuery findStartable(long modelOID)
modelOID - specifies the model to retrieve manually startable processes from.
findStartable(String triggerType)public static ProcessDefinitionQuery findStartable(String triggerType)
triggerType - a string identifying the type of the triggers used to start processes, i.e. "manual" or "scan".
public static ProcessDefinitionQuery findProcessInterface(String invocationType)
invocationType - a string identifying the type of invocation for the process interface. Can be
REST_INVOCATION
SOAP_INVOCATION
BOTH_INVOCATION
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||