|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FinderException in org.smartcomps.twister.common.persistence |
Methods in org.smartcomps.twister.common.persistence that throw FinderException | |
static org.dom4j.Document |
XMLDataAccess.getDocument(java.lang.String collectionPath,
java.lang.String docId)
|
static org.dom4j.Document |
XMLDataAccess.getDocument(org.xmldb.api.base.Collection coll,
java.lang.String docId)
|
static java.lang.String |
XMLDataAccess.queryDocumentForValue(org.xmldb.api.base.Collection parent,
java.lang.String docId,
java.lang.String query)
|
static java.util.List |
XMLDataAccess.queryDocument(org.xmldb.api.base.Collection parent,
java.lang.String docId,
java.lang.String query)
|
static java.lang.Object |
PersistentDataAccess.findById(java.lang.Long id,
java.lang.Class classToLoad)
|
Uses of FinderException in org.smartcomps.twister.engine.priv.core.definition |
Methods in org.smartcomps.twister.engine.priv.core.definition that throw FinderException | |
static org.smartcomps.twister.engine.priv.core.definition.CorrelationSet |
ProcessFactory.addCorrelation(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String correlationName,
java.lang.String correlationProps)
|
static org.smartcomps.twister.engine.priv.core.definition.Property |
ProcessFactory.addProperty(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String name,
java.lang.String type)
|
static org.smartcomps.twister.engine.priv.core.definition.Property |
ProcessFactory.addProperty(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String name,
java.lang.String type,
java.lang.String msgType,
java.lang.String part,
java.lang.String query)
|
static org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ProcessFactory.getByName(java.lang.String name)
Finds a persistent Process from its name. |
Uses of FinderException in org.smartcomps.twister.engine.priv.core.dynamic |
Methods in org.smartcomps.twister.engine.priv.core.dynamic that throw FinderException | |
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext |
ExecutionContextFactory.findECById(java.lang.Long ecId)
|
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext |
ExecutionContextFactory.findECForActivityInInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Returns the execution context created from the provided activity and situated in the containment hierarchy of the provided process instance. |
static org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance |
ProcessInstanceFactory.findInstanceByCorrelation(java.lang.String correlationSetName,
java.util.Map propertyValues)
|
Uses of FinderException in org.smartcomps.twister.engine.priv.core.dynamic.impl.dao |
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl.dao that throw FinderException | |
static org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl |
ProcessInstanceDAO.findInstanceByCorrelation(java.lang.String correlationSetName,
java.util.Map propertyValues)
|
Uses of FinderException in org.smartcomps.twister.engine.priv.core.dynamic.impl.xao |
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl.xao that throw FinderException | |
static org.dom4j.Document |
VariableXAO.getVariable(java.lang.String processName,
java.lang.String variableName,
java.lang.Long instanceId)
|
static java.lang.String |
VariableXAO.queryVariableValue(java.lang.String processName,
java.lang.String variableName,
java.lang.Long instanceId,
java.lang.String part,
java.lang.String query)
Queries a message variable with its part and returns the text of the found element. |
static java.util.List |
VariableXAO.queryVariable(java.lang.String processName,
java.lang.String variableName,
java.lang.Long instanceId,
java.lang.String part,
java.lang.String query)
Returns the single element in a variable found at the specified part and query location. |
static void |
VariableXAO.setVariableElements(java.lang.String processName,
java.lang.String variableName,
java.lang.Long instanceId,
java.lang.String part,
java.lang.String query,
java.util.List elements)
|
Uses of FinderException in org.smartcomps.twister.engine.priv.messaging.impl |
Methods in org.smartcomps.twister.engine.priv.messaging.impl that throw FinderException | |
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext |
CoreWrappingFactory.findECsByActivityAndInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Find execution context by its activity and an instance. |
static org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC |
CoreWrappingFactory.reload(org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC receiveEC)
|
Uses of FinderException in org.smartcomps.twister.util.user.priv |
Methods in org.smartcomps.twister.util.user.priv that throw FinderException | |
static org.smartcomps.twister.util.user.priv.UserImpl |
UserConverter.userVO2userPO(org.smartcomps.twister.util.user.User user)
|
static java.util.Collection |
UserConverter.fetchRolesPO(java.util.Collection roles)
|
Uses of FinderException in org.smartcomps.twister.util.user.priv.dao |
Methods in org.smartcomps.twister.util.user.priv.dao that throw FinderException | |
static java.util.Collection |
UserDAO.findRolesByNames(java.util.List names)
|
static org.smartcomps.twister.util.user.priv.RoleImpl |
UserDAO.findRoleByRolename(java.lang.String rolename)
|
static java.util.Collection |
UserDAO.findUsersInRole(java.lang.String rolename)
|
Uses of FinderException in org.smartcomps.twister.worklist |
Methods in org.smartcomps.twister.worklist that throw FinderException | |
java.util.Collection |
TwisterWorkList.getWorkList(java.lang.String user)
|
Uses of FinderException in org.smartcomps.twister.worklist.priv |
Methods in org.smartcomps.twister.worklist.priv that throw FinderException | |
java.util.Collection |
WorkListImpl.getWorkList(java.lang.String user)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |