A B C D E F G H I L M N O P Q R S T U V W X

A

acknowledge(String, String, String, Document) - Method in interface org.smartcomps.twister.engine.TwisterEngine
 
acknowledge(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.TwisterEngineImpl
 
acknowledge(String, String, String, Document) - Method in interface org.smartcomps.twister.engine.priv.messaging.MessageController
Processes provided message checking if an existing execution context is waiting for this message to complete or if this message can trigger the execution of a new process.
acknowledge(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.MessageControllerImpl
As the acknowledge method requires a partner link it's always targeted at only one process.
ACKNOWLEDGED - Static variable in interface org.smartcomps.twister.engine.TwisterEngine
 
acknowledgeMessage(Activity, Document) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
acknowledgeMessage(Activity, Document) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.PickEC
Tells the pick execution context that a message has been received targeted at an activity of one of its message events.
acknowledgeMessage(Document) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC
 
acknowledgeMessage(Document) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReceiveECImpl
 
acknowledgeMessage(Document) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
activate(String) - Method in interface org.smartcomps.twister.engine.mbean.EngineManagement
 
ACTIVE - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
The Execution Context is currently running.
ACTIVE - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
The Process Instance is currently running.
ACTIVE - Static variable in interface org.smartcomps.twister.worklist.WorkItem
 
Activity - interface org.smartcomps.twister.engine.priv.core.definition.Activity.
Root class for all activities, an activity is the most basic part of a process defining what should be done.
ActivityDAO - class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ActivityDAO.
 
ActivityDAO() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ActivityDAO
 
ActivityDeployer - class org.smartcomps.twister.deployer.priv.ActivityDeployer.
parent class of specific activity deployer
ActivityDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
ActivityDeployerFactory - class org.smartcomps.twister.deployer.priv.ActivityDeployerFactory.
 
ActivityDeployerFactory() - Constructor for class org.smartcomps.twister.deployer.priv.ActivityDeployerFactory
 
ActivityFactory - class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory.
Creates appropriate activities or activity specific objects, setting default values.
ActivityFactory() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
 
ActivityImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl.
Persistent implementation of the Activity interface.
ActivityImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
addActivity(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
addActivity(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WhileImpl
 
addActivity(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity
 
addAlarmEvent(AlarmEvent, Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
addAlarmEvent(AlarmEvent, Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Adds an alarm event to this Pick activity that triggers the provided activity when fired.
addAlarmEvent(Pick, Activity, String, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Adds an AlarmEvent to a Pick structured activity triggering the execution of the provided activity when the corresponding alarm is reached.
addAssignment(Assign, int, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Adds an assignment to an assign activity, creating the associated Assign persistent instance.
addAssignment(Assignment) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl
 
addAssignment(Assignment) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assign
 
addCondition(String, Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
addCondition(String, Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Switch
Adds conditions to this Switch with their activities.
addCorrelation(CorrelationRef) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
addCorrelation(CorrelationRef) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
addCorrelation(CorrelationRef) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
addCorrelation(CorrelationRef) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
addCorrelation(CorrelationRef) - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
addCorrelation(CorrelationRef) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
addCorrelation(CorrelationRef) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
addCorrelation(ProcessInstance, String, Map) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory
 
addCorrelation(TwisterProcess, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
 
addCorrelationRef(Invoke, String, boolean, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Adds a correlation reference (CorrelationRef) to an Invoke activity.
addCorrelationRef(Receive, String, boolean, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Adds a correlation reference (CorrelationRef) to a Receive activity.
addCorrelationSet(CorrelationSet) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
addDuration(Calendar, BigTimeDurationValueType) - Static method in class org.smartcomps.twister.common.util.DurationUtil
 
addEvent(ExecutionEvent) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
addExecutionContext(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
addExecutionContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
addExecutionContext(StructuredEC) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
addExecutionContext(StructuredEC) - Method in interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity
 
addInstance(ProcessInstance) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
addMessageEvent(MessageEvent, Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
addMessageEvent(MessageEvent, Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Adds a message event to this Pick activity that triggers the provided activity when fired.
addMessageEvent(Pick, Activity, String, String, String, String, Set) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Adds a MessageEvent to a Pick structured activity triggering the execution of the provided activity when an appropriate message is received.
addProperty(Property) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
addProperty(TwisterProcess, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
 
addProperty(TwisterProcess, String, String, String, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
 
addProperty(ValuedProperty) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
addRole(RoleImpl) - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
AlarmEvent - interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent.
An alarm event is declared on a Pick activity to define a deadline on the waiting of the Pick.
AlarmEventImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl.
 
AlarmEventImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
Assign - interface org.smartcomps.twister.engine.priv.core.definition.Assign.
An assign is a basic activity used to copy data from one variable to another or to construct or insert new data with an expression.
AssignDeployer - class org.smartcomps.twister.deployer.priv.AssignDeployer.
 
AssignDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.AssignDeployer
 
AssignEC - interface org.smartcomps.twister.engine.priv.core.dynamic.AssignEC.
Execution context for an assign activity.
AssignECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.AssignECImpl.
Persistent implementation of the AssignEC interface.
AssignECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.AssignECImpl
 
AssignImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl.
Persistent implementation of the Assign interface.
AssignImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl
 
Assignment - interface org.smartcomps.twister.engine.priv.core.definition.Assignment.
The actual assignment, as part of an Assign activity which is just an assignment group.
AssignmentImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl.
Persistent implementation of the Assignment interface
AssignmentImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
asyncInvoke(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
Sends asynchronously a message to the specified (operation, portType, partner).
asyncSend(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
Implement this method in your subclass to receive messages from the process engine and execute your own tasks accordingly.
asyncSend(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.DefaultMessageBrokerImpl
 

B

BasicActivity - interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity.
Supertye for all basic activity meaning an activity that doesn't contain any other activity.
BasicActivityImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl.
Persistent implementation of the BasicActivity interface.
BasicActivityImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
 
BasicEC - interface org.smartcomps.twister.engine.priv.core.dynamic.BasicEC.
The execution context of a basic activity.
BasicECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.BasicECImpl.
Please put some JavaDoc here.
BasicECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.BasicECImpl
 
beginTransaction() - Method in class org.smartcomps.twister.common.persistence.DBSessionManager
 
beginTransaction() - Method in class org.smartcomps.twister.common.persistence.XMLSessionManager
 
beginTransaction() - Method in interface org.smartcomps.twister.common.transaction.TransactionalResource
 
beginTransaction() - Static method in class org.smartcomps.twister.common.transaction.TransactionManager
 
bindDestination(String, Activity) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
TODO Implement me with Flow Binds an activity as the destination of a Link, eventually creating that Link if it doesn't exist.
bindSource(String, Activity) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
TODO Implement me with Flow Binds an activity as the source of a Link, eventually creating that Link if it doesn't exist.
booleanValue(String) - Static method in class org.smartcomps.twister.common.util.StringUtil
 
BPELExpressionProcessorImpl - class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl.
Implementation of the ExpressionProcessor interface that evaluates BPEL expressions.
BPELExpressionProcessorImpl() - Constructor for class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl
 

C

CANCELED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
The Exection Context received a cancellation signal from a user or another service.
CANCELED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
The Process Instance received a cancellation signal from a user or another service.
CANCELED - Static variable in interface org.smartcomps.twister.worklist.WorkItem
 
cancelTaskFor(Long) - Static method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
capitalizeFirstCharacter(String) - Static method in class org.smartcomps.twister.common.util.StringUtil
Capitalizes the first character of the given string
cleanCollection(String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
Removes all documents in a collection.
commitTransaction() - Method in class org.smartcomps.twister.common.persistence.DBSessionManager
 
commitTransaction() - Method in class org.smartcomps.twister.common.persistence.XMLSessionManager
 
commitTransaction() - Method in interface org.smartcomps.twister.common.transaction.TransactionalResource
 
commitTransaction() - Static method in class org.smartcomps.twister.common.transaction.TransactionManager
 
CommonConfiguration - class org.smartcomps.twister.common.configuration.CommonConfiguration.
A specific configuration file returning properties needed by the LifecycleManager.
CommonConfiguration() - Constructor for class org.smartcomps.twister.common.configuration.CommonConfiguration
 
compareTo(Object) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
compareTo(Object) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
completeChildren(StructuredEC) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
COMPLETED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
The Execution Context has been properly completed.
COMPLETED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
The Execution Context has been properly completed.
COMPLETED - Static variable in interface org.smartcomps.twister.worklist.WorkItem
 
completeWorkItem(Long) - Method in interface org.smartcomps.twister.worklist.TwisterWorkList
 
completeWorkItem(Long) - Method in class org.smartcomps.twister.worklist.priv.WorkListImpl
 
ConfigurationException - exception org.smartcomps.twister.common.configuration.ConfigurationException.
Thrown when there is a problem accessing a configuration value.
ConfigurationException(String) - Constructor for class org.smartcomps.twister.common.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class org.smartcomps.twister.common.configuration.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class org.smartcomps.twister.common.configuration.ConfigurationException
 
CONFLICTING_RECEIVE_FAILURE - Static variable in interface org.smartcomps.twister.engine.TwisterEngine
 
ConflictingReceiveException - exception org.smartcomps.twister.engine.exception.ConflictingReceiveException.
Exception for the standard BPEL fault bpws:conflictingReceive.
ConflictingReceiveException(String) - Constructor for class org.smartcomps.twister.engine.exception.ConflictingReceiveException
 
ConflictingReceiveException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ConflictingReceiveException
 
ConflictingReceiveException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ConflictingReceiveException
 
Constants - interface org.smartcomps.twister.engine.priv.Constants.
Engine global constants.
CoreWrappingFactory - class org.smartcomps.twister.engine.priv.messaging.impl.CoreWrappingFactory.
Factory class used by the MessageController implementation to get activities and execution contexts from the engine core.
CoreWrappingFactory() - Constructor for class org.smartcomps.twister.engine.priv.messaging.impl.CoreWrappingFactory
 
CORRELATION_VIOLATION - Static variable in interface org.smartcomps.twister.engine.TwisterEngine
 
CorrelationExtractor - class org.smartcomps.twister.engine.priv.util.CorrelationExtractor.
Extracts correlation values from a Collection of correlation set references and an XML element.
CorrelationExtractor() - Constructor for class org.smartcomps.twister.engine.priv.util.CorrelationExtractor
 
CorrelationRef - interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef.
Reference to a correlation set, used by message based activities to reference their correlation.
CorrelationRefImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl.
 
CorrelationRefImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
CorrelationSet - interface org.smartcomps.twister.engine.priv.core.definition.CorrelationSet.
A correlation set is a set of named properties used to add contextual information to a message.
CorrelationSetImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl.
 
CorrelationSetImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
CorrelationViolationException - exception org.smartcomps.twister.engine.exception.CorrelationViolationException.
Exception for the standard BPEL fault bpws:correlationViolation.
CorrelationViolationException(String) - Constructor for class org.smartcomps.twister.engine.exception.CorrelationViolationException
 
CorrelationViolationException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.CorrelationViolationException
 
CorrelationViolationException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.CorrelationViolationException
 
CorrelationXAO - class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.CorrelationXAO.
An XML Access Object specialized for correlations.
CorrelationXAO() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.CorrelationXAO
 
create() - Method in class org.smartcomps.twister.common.transaction.TransactionManager
 
create() - Method in class org.smartcomps.twister.common.event.EventManager
 
create() - Method in interface org.smartcomps.twister.common.lifecycle.LifecycleAwareResource
 
create() - Method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
create(Object) - Static method in class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
createActivity(Class, StructuredActivity) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Creates a new persistent activity instance implementing the provided interface and assigns it to the provided container.
createActivity(Class, TwisterProcess) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Creates a new persistent activity instance implementing the provided interface and assigns it to the provided process, only needed once in a process creation.
createActivity(Element, StructuredActivity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
createActivity(Element, TwisterProcess) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
createAlarmEvent(String, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Deprecated. use addAlarmEvent on Pick instead
createCollection(Collection, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
createContextTree(String, Map) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
createCorrelation(String, String, Long, Map) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.CorrelationXAO
 
createCorrelationRef(String, boolean, int) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
 
createExecutionContext(Activity, ProcessInstance) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory
 
createExecutionContext(Activity, StructuredEC) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory
Won't work if the activity instance implements two Activity interfaces.
createMessageEvent(String, String, String, String, Set) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Deprecated. use addMessageEvent on Pick instead
createProcess(String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
Creates a new Process persistance instance.
createProcessInstance(TwisterProcess, String, Map) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory
Creates a persistent implementation of a ProcessInstance for its original TwisterProcess.
createProperty(String, String) - Method in class org.smartcomps.twister.engine.priv.core.definition.PropertyFactory
 
createResources() - Method in class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
createSchema() - Static method in class org.smartcomps.twister.util.db.SchemaCreator
 
createUser(User) - Method in interface org.smartcomps.twister.util.user.TwisterUser
 
createUser(User) - Method in class org.smartcomps.twister.util.user.priv.TwisterUserImpl
 
createValuedProperty(ProcessInstance, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory
 
createVariable(String, String, Long, Document) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
Creates a variable corresponding to a message, the provided element must therefore be a 'message' element containing its parts.
createWorkItem(Document) - Method in interface org.smartcomps.twister.worklist.TwisterWorkList
 
createWorkItem(Document) - Method in class org.smartcomps.twister.worklist.priv.WorkListImpl
 
CREATION - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
CreationException - exception org.smartcomps.twister.common.persistence.CreationException.
Thrown when an object cannot be created (persisted) for business meaningful reasons (i.e. an equivalent object already exists).
CreationException(String) - Constructor for class org.smartcomps.twister.common.persistence.CreationException
 
CreationException(String, Throwable) - Constructor for class org.smartcomps.twister.common.persistence.CreationException
 
CreationException(Throwable) - Constructor for class org.smartcomps.twister.common.persistence.CreationException
 

D

DBSessionException - exception org.smartcomps.twister.common.persistence.DBSessionException.
Thrown when an exception occurs when dealing with sessions and transactions.
DBSessionException(String) - Constructor for class org.smartcomps.twister.common.persistence.DBSessionException
 
DBSessionException(String, Throwable) - Constructor for class org.smartcomps.twister.common.persistence.DBSessionException
 
DBSessionException(Throwable) - Constructor for class org.smartcomps.twister.common.persistence.DBSessionException
 
DBSessionManager - class org.smartcomps.twister.common.persistence.DBSessionManager.
Manages transactions and sessions explicitly and makes the persistence accessible from any execution point.
DBSessionManager() - Constructor for class org.smartcomps.twister.common.persistence.DBSessionManager
 
deactivate(String) - Method in interface org.smartcomps.twister.engine.mbean.EngineManagement
 
DEADLINE_EXPR - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
 
DEBUG - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
debug(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
debug(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
DebuggingListener - class org.smartcomps.twister.common.event.DebuggingListener.
A very simple listener just used for example and debugging purpose.
DebuggingListener() - Constructor for class org.smartcomps.twister.common.event.DebuggingListener
 
DefaultMessageBrokerImpl - class org.smartcomps.twister.engine.priv.messaging.impl.DefaultMessageBrokerImpl.
A default implementation of the MessageBroker interface that does absolutely nothing.
DefaultMessageBrokerImpl() - Constructor for class org.smartcomps.twister.engine.priv.messaging.impl.DefaultMessageBrokerImpl
 
deleteDocument(Collection, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
deploy(Element, StructuredActivity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
deploy(Element, TwisterProcess) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
deploy(File) - Method in class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
deploy(File) - Method in interface org.smartcomps.twister.deployer.TwisterDeployer
deploy the process in the engine from a process description as File
deploy(InputStream) - Method in class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
deploy(InputStream) - Method in interface org.smartcomps.twister.deployer.TwisterDeployer
deploys the process in the engine from a process description as InputStream
deploy(String) - Method in class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
deploy(String) - Method in interface org.smartcomps.twister.deployer.TwisterDeployer
deploys the process in the engine from a process description as String
deploy(URL) - Method in class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
deploy(URL) - Method in interface org.smartcomps.twister.deployer.TwisterDeployer
deploy the process in the engine from a process description as URL
DeployerConfiguration - class org.smartcomps.twister.common.configuration.DeployerConfiguration.
 
DeployerConfiguration() - Constructor for class org.smartcomps.twister.common.configuration.DeployerConfiguration
 
DeployerUI - class org.smartcomps.twister.deployer.DeployerUI.
UI Client to deploy process
DeployerUI() - Constructor for class org.smartcomps.twister.deployer.DeployerUI
 
DeploymentException - exception org.smartcomps.twister.deployer.exception.DeploymentException.
Base exception for the deployer part
DeploymentException(String) - Constructor for class org.smartcomps.twister.deployer.exception.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for class org.smartcomps.twister.deployer.exception.DeploymentException
 
DeploymentException(Throwable) - Constructor for class org.smartcomps.twister.deployer.exception.DeploymentException
 
destroy() - Method in class org.smartcomps.twister.common.transaction.TransactionManager
 
destroy() - Method in class org.smartcomps.twister.common.event.EventManager
 
destroy() - Method in interface org.smartcomps.twister.common.lifecycle.LifecycleAwareResource
 
destroy() - Method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
destroyResources() - Method in class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
DocumentParsingException - exception org.smartcomps.twister.deployer.exception.DocumentParsingException.
Used when errors occured during the parsing of process description.
DocumentParsingException(String) - Constructor for class org.smartcomps.twister.deployer.exception.DocumentParsingException
 
DocumentParsingException(String, Throwable) - Constructor for class org.smartcomps.twister.deployer.exception.DocumentParsingException
 
DocumentParsingException(Throwable) - Constructor for class org.smartcomps.twister.deployer.exception.DocumentParsingException
 
dueDateReached() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.WaitEC
 
dueDateReached() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl
 
DURATION_EXPR - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
 
DurationUtil - class org.smartcomps.twister.common.util.DurationUtil.
Utility class to manipulate durations and according date.
DurationUtil() - Constructor for class org.smartcomps.twister.common.util.DurationUtil
 

E

ECTaskDAO - class org.smartcomps.twister.engine.priv.timer.dao.ECTaskDAO.
DAO for execution context tasks.
ECTaskDAO() - Constructor for class org.smartcomps.twister.engine.priv.timer.dao.ECTaskDAO
 
ECTaskPersister - class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister.
A persistent class used by the EngineTimer to record created tasks so they can be restored after Twister is shutdown.
ECTaskPersister() - Constructor for class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
Empty - interface org.smartcomps.twister.engine.priv.core.definition.Empty.
An Activity that does nothing.
EmptyDeployer - class org.smartcomps.twister.deployer.priv.EmptyDeployer.
 
EmptyDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.EmptyDeployer
 
EmptyEC - interface org.smartcomps.twister.engine.priv.core.dynamic.EmptyEC.
Execution context of the empty activity.
EmptyECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.EmptyECImpl.
Persistent implementation of the empty execution context.
EmptyECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.EmptyECImpl
 
EmptyImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.EmptyImpl.
Persistent implementation of the Empty interface.
EmptyImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.EmptyImpl
 
ENDED_CANCELED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
This Execution Context has been ended in a canceled status.
ENDED_COMPLETED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
This Execution Context has been ended in a completed status (parent process has finished execution).
ENDED_FAULTED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
This Execution Context has been ended in a failed status.
EngineConfiguration - class org.smartcomps.twister.common.configuration.EngineConfiguration.
Utility method that provides necessary methods for the engine to access its configuration.
EngineConfiguration() - Constructor for class org.smartcomps.twister.common.configuration.EngineConfiguration
 
EngineException - exception org.smartcomps.twister.engine.exception.EngineException.
Base exception for the Process Engine
EngineException(String) - Constructor for class org.smartcomps.twister.engine.exception.EngineException
 
EngineException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.EngineException
 
EngineException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.EngineException
 
EngineManagement - interface org.smartcomps.twister.engine.mbean.EngineManagement.
Management interface of the process engine allowing to list deployed processes, currently executing instances and monitor those instances.
EngineRuntimeException - exception org.smartcomps.twister.engine.exception.EngineRuntimeException.
 
EngineRuntimeException(String) - Constructor for class org.smartcomps.twister.engine.exception.EngineRuntimeException
 
EngineRuntimeException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.EngineRuntimeException
 
EngineRuntimeException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.EngineRuntimeException
 
EngineTimer - class org.smartcomps.twister.engine.priv.timer.EngineTimer.
A synchronized static timer that should be used by all instances of the Process Engine to schedule its tasks.
EngineTimer() - Constructor for class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
entering(String, String) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
entering(String, String, Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
entering(String, String, Object[]) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
equals(Object) - Method in class org.smartcomps.twister.util.user.Role
 
equals(Object) - Method in class org.smartcomps.twister.util.user.User
 
ERROR - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
error(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
error(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
errorEvent(Exception) - Method in interface org.smartcomps.twister.common.event.TwisterListener
 
errorEvent(Exception) - Method in class org.smartcomps.twister.common.event.DebuggingListener
 
evaluateAsBoolean(ProcessInstance, String) - Method in interface org.smartcomps.twister.engine.priv.expression.ExpressionProcessor
 
evaluateAsBoolean(ProcessInstance, String) - Method in class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl
 
evaluateAsDate(ProcessInstance, String) - Method in interface org.smartcomps.twister.engine.priv.expression.ExpressionProcessor
 
evaluateAsDate(ProcessInstance, String) - Method in class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl
 
evaluateAsString(ProcessInstance, String) - Method in interface org.smartcomps.twister.engine.priv.expression.ExpressionProcessor
 
evaluateAsString(ProcessInstance, String) - Method in class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl
 
evaluateDurationAsDate(ProcessInstance, String) - Method in interface org.smartcomps.twister.engine.priv.expression.ExpressionProcessor
Evaluates an expression resulting in a duration value and adds this duration to now to obtain a new date.
evaluateDurationAsDate(ProcessInstance, String) - Method in class org.smartcomps.twister.engine.priv.expression.impl.BPELExpressionProcessorImpl
 
EventManager - class org.smartcomps.twister.common.event.EventManager.
A simple event manager that forwards events to registered listeners.
EventManager() - Constructor for class org.smartcomps.twister.common.event.EventManager
 
EXEC_PROPERTY - Static variable in interface org.smartcomps.twister.engine.priv.Constants
 
execute() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.InvokeECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReceiveECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.TerminateECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.AssignECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.EmptyECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReplyECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
execute() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
execute(String, Map) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
 
execute(String, Map) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
execute(String, Map) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
execute(String, Map) - Method in interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity
 
execute(String, Map) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Pick is one of the rare structured activity that can be directly executed.
execute(String, Map) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
EXECUTION - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
ExecutionContext - interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext.
The execution context of an Activity, has details about the execution history of the activity and is specialized for each type of activity, knowing therefore how to execute each of those type.
ExecutionContextDAO - class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ExecutionContextDAO.
Please put some JavaDoc here.
ExecutionContextDAO() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ExecutionContextDAO
 
ExecutionContextFactory - class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory.
A factory for ExecutionContext creation, finding and modification.
ExecutionContextFactory() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory
 
ExecutionContextImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl.
Please put some JavaDoc here.
ExecutionContextImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
ExecutionContextTask - class org.smartcomps.twister.engine.priv.timer.ExecutionContextTask.
 
ExecutionContextTask() - Constructor for class org.smartcomps.twister.engine.priv.timer.ExecutionContextTask
 
ExecutionEvent - interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent.
An ExecutionEvent is created any time something of some importance happen to an ExecutionContext.
ExecutionEventImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl.
Persistent implementation of the ExecutionEvent interface.
ExecutionEventImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
ExecutionException - exception org.smartcomps.twister.engine.exception.ExecutionException.
thrown when an execution context fails executing or completing itself.
ExecutionException(String) - Constructor for class org.smartcomps.twister.engine.exception.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ExecutionException
 
ExecutionException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ExecutionException
 
exiting(String, String) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
exiting(String, String, Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
EXPRESSION - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
ExpressionProcessor - interface org.smartcomps.twister.engine.priv.expression.ExpressionProcessor.
Evaluates an expression against Twister XML database and returns the appropriate value.
ExpressionProcessorFactory - class org.smartcomps.twister.engine.priv.expression.ExpressionProcessorFactory.
Factory for the ExpressionProcessor interface.
ExpressionProcessorFactory() - Constructor for class org.smartcomps.twister.engine.priv.expression.ExpressionProcessorFactory
 
extractCorrelationsValues(TwisterProcess, Collection, Node) - Static method in class org.smartcomps.twister.engine.priv.util.CorrelationExtractor
 
extractCorrelationValues(TwisterProcess, CorrelationRef, Node) - Static method in class org.smartcomps.twister.engine.priv.util.CorrelationExtractor
 
extractPropertyValue(TwisterProcess, String, Node) - Static method in class org.smartcomps.twister.engine.priv.util.CorrelationExtractor
 

F

FATAL - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
fatal(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
fatal(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
FAULTED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
An error occured that prevented the Execution Context to finish its execution properly.
FAULTED - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
An error occured that prevented the Process Instance to finish its execution properly.
fetchInstance() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
Browse the hierarchy tree through all containers to fetch the process instance this execution context is included in.
fetchInstance() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
fetchInstance() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
fetchProcess() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
This method browse the activity containment hierarchy to fetch the process this activity is included in.
fetchProcess() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
fetchProcess() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
fetchRolesPO(Collection) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
findAll(Class) - Static method in class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
findAllRoles() - Method in interface org.smartcomps.twister.util.user.TwisterUser
 
findAllRoles() - Method in class org.smartcomps.twister.util.user.priv.TwisterUserImpl
 
findAllRoles() - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
findAllUsers() - Method in interface org.smartcomps.twister.util.user.TwisterUser
 
findAllUsers() - Method in class org.smartcomps.twister.util.user.priv.TwisterUserImpl
 
findAllUsers() - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
findByActivityInContainer(ActivityImpl) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ExecutionContextDAO
 
findByActivityInProcess(ActivityImpl) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ExecutionContextDAO
 
findByECId(Long) - Static method in class org.smartcomps.twister.engine.priv.timer.dao.ECTaskDAO
 
findById(Long, Class) - Static method in class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
findByName(String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ProcessDAO
 
findByName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.dao.PropertyDAO
 
findByUserOrGroup(String) - Static method in class org.smartcomps.twister.worklist.priv.dao.WorkItemDAO
 
findContainer(Long) - Static method in class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ActivityDAO
 
findECById(Long) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory
 
findECForActivityInInstance(ProcessInstance, Activity) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContextFactory
Returns the execution context created from the provided activity and situated in the containment hierarchy of the provided process instance.
findECsByActivityAndInstance(ProcessInstance, Activity) - Static method in class org.smartcomps.twister.engine.priv.messaging.impl.CoreWrappingFactory
Find execution context by its activity and an instance.
FinderException - exception org.smartcomps.twister.common.persistence.FinderException.
Thrown when the result obtained after executing a finder is not consistent with the finder (i.e. a findById that returns no result or a findByName that returns many result when names are supposed to be unique).
FinderException(String) - Constructor for class org.smartcomps.twister.common.persistence.FinderException
 
FinderException(String, Throwable) - Constructor for class org.smartcomps.twister.common.persistence.FinderException
 
FinderException(Throwable) - Constructor for class org.smartcomps.twister.common.persistence.FinderException
 
findInstanceByCorrelation(String, Map) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory
 
findInstanceByCorrelation(String, Map) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ProcessInstanceDAO
 
findPickEventsByInvoker(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Finds Picks and according MessageEvents interested in the provided invoker paramters.
findPickEventsByInvoker(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ActivityDAO
 
findReceivesByInvoker(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ActivityFactory
Find receives interested in the provided invoker paramaters.
findReceivesByInvoker(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ActivityDAO
 
findReceivesByInvoker(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.messaging.impl.CoreWrappingFactory
Find receives as well as picks by invoker and wraps the picks using the class PickAsReceive, returning a List only containing Receive implementations.
findRoleByRolename(String) - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
findRolesByNames(List) - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
findRolesByUsername(String) - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
findUsersInRole(String) - Method in interface org.smartcomps.twister.util.user.TwisterUser
 
findUsersInRole(String) - Method in class org.smartcomps.twister.util.user.priv.TwisterUserImpl
 
findUsersInRole(String) - Static method in class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
fireError(Exception) - Static method in class org.smartcomps.twister.common.event.EventManager
 
Flow - interface org.smartcomps.twister.engine.priv.core.definition.Flow.
A flow is an activity container used to provide concurreny in activity execution and also to use a simple linkage between activities (from, to) instead of a container oriented activity organisation.
FlowDeployer - class org.smartcomps.twister.deployer.priv.FlowDeployer.
 
FlowDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.FlowDeployer
 
FlowEC - interface org.smartcomps.twister.engine.priv.core.dynamic.FlowEC.
The execution context of a flow.
FlowECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl.
Persistent implementation of the FlowEC interface.
FlowECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
FlowImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.FlowImpl.
Place JavaDoc here.
FlowImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.FlowImpl
 

G

getActiveSession() - Static method in class org.smartcomps.twister.common.persistence.DBSessionManager
 
getActivities() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
getActivities() - Method in interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity
Returns activities in this container.
getActivity() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getActivity() - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getActivity() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
getActivity() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
getActivityAlarmEvents() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getActivityAlarmEvents() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Builds a Map containing activities as keys and corresponding alarm events as values.
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.ReplyDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.ScopeDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.SequenceDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.PickDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.FlowDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.TerminateDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.WaitDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.WhileDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.AssignDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.SwitchDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.ReceiveDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.EmptyDeployer
 
getActivityClass() - Method in class org.smartcomps.twister.deployer.priv.InvokeDeployer
 
getActivityConditions() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
getActivityConditions() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Switch
Returns a SortedMap containing the activities as keys ordered as they have been inserted in this container and their conditions as values.
getActivityContainer() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE
getActivityDeployer(String) - Static method in class org.smartcomps.twister.deployer.priv.ActivityDeployerFactory
 
getActivityElement(Element) - Static method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
The token "activity" can be any of the following: •
getActivityExecution(String) - Static method in class org.smartcomps.twister.common.configuration.EngineConfiguration
 
getActivityForChildContext(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
Returns the origin activity of the passed child execution context.
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
Returns the origin activity of the passed child execution context.
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
getActivityForChildContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
getActivityImplementation(String) - Static method in class org.smartcomps.twister.common.configuration.EngineConfiguration
 
getActivityMessageEvents() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getActivityMessageEvents() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Builds a Map containing activities as keys and corresponding message events as values.
getActivitySet() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
getAdditionalInfo() - Method in class org.smartcomps.twister.engine.priv.timer.WaitECTask
 
getAdditionalInfo() - Method in class org.smartcomps.twister.engine.priv.timer.PickECTask
 
getAdditionalInfo() - Method in class org.smartcomps.twister.engine.priv.timer.ExecutionContextTask
 
getAdditionalInfo() - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
getAlarmEvent(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getAlarmEvent(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Returns the alarm event associated with the provided activity.
getAlarmEvents() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getAlias() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
getAlias() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
getAssignments() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl
 
getAssignments() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assign
 
getAttributeValue(String, String) - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
getAttributeValue(String, String, String, String) - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
getAttributeValues(String, String, String) - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
getBPELExpressionProcessor() - Static method in class org.smartcomps.twister.engine.priv.expression.ExpressionProcessorFactory
 
getByName(String) - Static method in class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
Finds a persistent Process from its name.
getByName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.PropertyFactory
 
getChildExecutionContext() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getChildExecutionContext() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getClassName(String) - Static method in class org.smartcomps.twister.common.util.StringUtil
return the classname whitout package.
getCollection(String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
getComments() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
getComments() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
getCondition() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WhileImpl
 
getCondition() - Method in interface org.smartcomps.twister.engine.priv.core.definition.While
 
getCondition(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
getCondition(int) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Switch
Returns the condition at index.
getConditions() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
getConditions() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Switch
 
getContainer() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the StructuredActivity containing this activity only if it's not the root activity.
getContainer() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getContainer() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
Returns the structured execution context containing this execution context (we could call it a parent execution context).
getContainer() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getContainer() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getContainer() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getContextId() - Method in class org.smartcomps.twister.engine.priv.timer.WaitECTask
 
getContextId() - Method in class org.smartcomps.twister.engine.priv.timer.PickECTask
 
getContextId() - Method in class org.smartcomps.twister.engine.priv.timer.ExecutionContextTask
 
getCorrelationPattern(String) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
getCorrelations() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getCorrelations() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
getCorrelations() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getCorrelations() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getCorrelations() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getCorrelations() - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
getCorrelations() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
getCorrelations() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getCorrelations() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getCorrelationSet(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getCorrelationSet(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getCorrelationSets() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getCorrelationSets() - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getCreationDate() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getCreationDate() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getDescription() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getDescription() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getDocument(Collection, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
getDocument(String, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
getDomReader() - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
getDueDate() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.WaitEC
 
getDueDate() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl
 
getDueDate() - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
getDueDate() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getDueDate() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getEcId() - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
getEngine() - Static method in class org.smartcomps.twister.engine.TwisterEngineFactory
 
getEventDate() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
getEventDate() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
getEventListeners() - Static method in class org.smartcomps.twister.common.configuration.CommonConfiguration
 
getEventPos() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getEventPos() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getEvents() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
 
getEvents() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getEvents() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getEvents() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getEvents() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getEventType() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
getEventType() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
getExecutedActivityIndex() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
getExecutedActivityIndex() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
getExecution(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
Returns the execution context created in this structured execution from the provided activity.
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
Returns the execution context created in this structured execution from the provided activity.
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
getExecution(Activity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
getExecutionContextFactory() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getExecutionContexts() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
getExecutionContexts() - Method in interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity
 
getExecutionContexts() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
getExecutionContexts() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
getExecutionContextsSet() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
getExecutionImplementation(String) - Static method in class org.smartcomps.twister.common.configuration.EngineConfiguration
 
getFaultName() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getFaultName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getFromFirstValue() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getFromFirstValue() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getFromQuery() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getFromQuery() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getFromSecondValue() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getFromSecondValue() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getFromType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getFromType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
getId() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
 
getId() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
getId() - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
getId() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getId() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getId() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getId() - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
getIndex() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE
getIndex() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
TECHNICAL, DO NOT USE
getInitialActivity() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
Gets this execution context initial activity (the one whose execution resulted in the creation of this execution context) passing through its parent container or process instance.
getInputVariable() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getInputVariable() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getInstance() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
Returns the ProcessInstance if this execution context is root or null otherwise.
getInstance() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getInstance() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getInstances() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getInstances() - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getJoinCondition() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
getJoinCondition() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getJoinCondition() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getLifecycleManager() - Static method in class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
getLifecycleResources() - Static method in class org.smartcomps.twister.common.configuration.CommonConfiguration
 
getLogger(Class) - Static method in class org.smartcomps.twister.common.util.logger.Logger
 
getLogger(String) - Static method in class org.smartcomps.twister.common.util.logger.Logger
 
getMessage(String, String, String) - Static method in class org.smartcomps.twister.engine.priv.messaging.impl.DefaultMessageBrokerImpl
 
getMessageBroker() - Static method in class org.smartcomps.twister.common.configuration.EngineConfiguration
 
getMessageBroker() - Static method in class org.smartcomps.twister.engine.priv.messaging.MessagingFactory
This method is the factory method of the MessageBroker interface.
getMessageController() - Static method in class org.smartcomps.twister.engine.priv.messaging.MessagingFactory
 
getMessageEvent(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getMessageEvent(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Returns the message event associated with the provided activity.
getMessageEvents() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
getMessageEvents() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
Returns the list of MessageEvent in the Pick structured activity.
getMessageType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
getMessageType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
getMessageType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Variable
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
getName() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getName() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
getName() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getName() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationSet
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Variable
 
getName() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty
 
getName() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
getName() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getNodeValue(String) - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
getNodeValues(String) - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
getOperation() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getOperation() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
getOperation() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getOperation() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getOperation() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getOperation() - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
getOperation() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
getOperation() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getOperation() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getOutputVariable() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getOutputVariable() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getPart() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
getPart() - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
getPartner() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
getPartner() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getPartner() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getPartner() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getPartner() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
getPartner() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getPartner() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getPartnerLink() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getPartnerLink() - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
getPartnerRole() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
getPassword() - Method in class org.smartcomps.twister.util.user.User
 
getPassword() - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
getPattern() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
getPattern() - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
getPick() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getPortType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getPortType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
getPortType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getPortType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
getPortType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
getPortType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
getPortType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
getPortType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getPortType() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getProcess() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the TwisterProcess containing this activity only if it is the root activity.
getProcess() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getProcess() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getProcess() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getProcess() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getProcessDefMapping() - Static method in class org.smartcomps.twister.common.configuration.DeployerConfiguration
 
getProcessInstance() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
TECHNICAL, DO NOT USE
getProcessInstanceFactory() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getProcessSet() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE Only one activity in a processSet really has a processSet, therefore this method will often return null ; use the getContainer method instead, that always returns the right container (the real activity container or the processSet if it's a root activity).
getProperties() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
getProperties() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getProperties() - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationSet
 
getProperties() - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getProperties() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getProperties() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getPropertiesString() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
getProperty(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
getProperty(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess
 
getPropertyFromName(String) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
Gets the ValuedProperty with given name.
getPropertyFromName(String) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getQuery() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
getQuery() - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
getRole() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
getRolename() - Method in class org.smartcomps.twister.util.user.Role
 
getRolename() - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
getRoles() - Method in class org.smartcomps.twister.util.user.User
 
getRoles() - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
getRootCollection() - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
getService() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
getSet() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
getSet() - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
getSource() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
getSource() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
getSourceLinks() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
getSourceLinks() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getSourceLinks() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getStatus() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
 
getStatus() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
getStatus() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getStatus() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
getStatus() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
getStatus() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getStatus() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getTarget() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
getTarget() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
getTargetLinks() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
getTargetLinks() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
getTargetLinks() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getThreadPool() - Method in class org.smartcomps.twister.engine.priv.TwisterEngineImpl
 
getTime() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
 
getTime() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Wait
Gets the time expression of this Wait
getTimeExpression() - Method in interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
 
getTimeExpression() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
getToFirstValue() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getToFirstValue() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getToQuery() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getToQuery() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getToSecondValue() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getToSecondValue() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getToType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
getToType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
getTransactionResources() - Static method in class org.smartcomps.twister.common.configuration.CommonConfiguration
 
getTransitionCondition() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
getTransitionCondition() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
getTwisterDeployer() - Static method in class org.smartcomps.twister.deployer.TwisterDeployerFactory
 
getTwisterUser() - Static method in class org.smartcomps.twister.util.user.TwisterUserFactory
 
getType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
 
getType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
getType() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
getType() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
getUncheckedDefSchema() - Static method in class org.smartcomps.twister.common.configuration.DeployerConfiguration
 
getUser() - Method in class org.smartcomps.twister.util.user.Role
 
getUser() - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
getUsername() - Method in class org.smartcomps.twister.util.user.User
 
getUsername() - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
getUserOrGroup() - Method in interface org.smartcomps.twister.worklist.WorkItem
 
getUserOrGroup() - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
getValue() - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty
 
getValue() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
getVariable() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
getVariable() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
getVariable() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
getVariable() - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
getVariable() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
getVariable() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
getVariable() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
getVariable(String, String, Long) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
 
getVariableXAO() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
getWorkList() - Static method in class org.smartcomps.twister.worklist.TwisterWorkListFactory
 
getWorkList(String) - Method in interface org.smartcomps.twister.worklist.TwisterWorkList
 
getWorkList(String) - Method in class org.smartcomps.twister.worklist.priv.WorkListImpl
 
getXindiceURL() - Static method in class org.smartcomps.twister.common.configuration.CommonConfiguration
 
Group - class org.smartcomps.twister.util.user.Group.
 
Group() - Constructor for class org.smartcomps.twister.util.user.Group
 
GroupImpl - class org.smartcomps.twister.util.user.priv.GroupImpl.
 
GroupImpl() - Constructor for class org.smartcomps.twister.util.user.priv.GroupImpl
 

H

hasTransaction() - Static method in class org.smartcomps.twister.common.transaction.TransactionManager
 

I

IMPL_PROPERTY - Static variable in interface org.smartcomps.twister.engine.priv.Constants
 
IN - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
INFO - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
info(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
info(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
initialize() - Method in class org.smartcomps.twister.common.persistence.DBSessionManager
 
initialize() - Method in class org.smartcomps.twister.common.persistence.XMLSessionManager
 
initialize() - Method in interface org.smartcomps.twister.common.transaction.TransactionalResource
 
insertDocument(Collection, String, Document) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
InstanceCreationException - exception org.smartcomps.twister.engine.exception.InstanceCreationException.
Thrown when the engine can't find a class ton instantiate or when the instanciation fails.
InstanceCreationException(String) - Constructor for class org.smartcomps.twister.engine.exception.InstanceCreationException
 
InstanceCreationException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.InstanceCreationException
 
InstanceCreationException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.InstanceCreationException
 
InstantiationException - exception org.smartcomps.twister.engine.exception.InstantiationException.
Thrown when the engine can't find a class to instantiate or when the instanciation fails.
InstantiationException(String) - Constructor for class org.smartcomps.twister.engine.exception.InstantiationException
 
InstantiationException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.InstantiationException
 
InstantiationException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.InstantiationException
 
InvalidMessageException - exception org.smartcomps.twister.worklist.exception.InvalidMessageException.
Thrown when the work item creation message received by the WorList Manager is wrongly formated or lacks necessary elements.
InvalidMessageException(String) - Constructor for class org.smartcomps.twister.worklist.exception.InvalidMessageException
 
InvalidMessageException(String, Throwable) - Constructor for class org.smartcomps.twister.worklist.exception.InvalidMessageException
 
InvalidMessageException(Throwable) - Constructor for class org.smartcomps.twister.worklist.exception.InvalidMessageException
 
Invoke - interface org.smartcomps.twister.engine.priv.core.definition.Invoke.
The invoke activity allows the business process to inoke a one-way or request-response operation on a portType offered by a partner.
InvokeDeployer - class org.smartcomps.twister.deployer.priv.InvokeDeployer.
 
InvokeDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.InvokeDeployer
 
InvokeEC - interface org.smartcomps.twister.engine.priv.core.dynamic.InvokeEC.
Execution context of an Invoke activity.
InvokeECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.InvokeECImpl.
Persistent implementation of the InvokeEC interface.
InvokeECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.InvokeECImpl
 
InvokeImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl.
Persistent implementation of the Invoke interface.
InvokeImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
isCreateInstance() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
isCreateInstance() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
isCreateInstance() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
 
isCreateInstance() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
isCreateInstance() - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
isDebugEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 
isDuration() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
 
isDuration() - Method in interface org.smartcomps.twister.engine.priv.core.definition.Wait
 
isErrorEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 
isFatalEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 
isInfoEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 
isInitiate() - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
isInitiate() - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
isTraceEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 
isWarnEnabled() - Method in class org.smartcomps.twister.common.util.logger.Logger
 

L

LifecycleAwareResource - interface org.smartcomps.twister.common.lifecycle.LifecycleAwareResource.
 
LifecycleException - exception org.smartcomps.twister.common.lifecycle.LifecycleException.
Thrown when a lifecycla manager can't be created or a resource can't be created, started, stopped or destroyed.
LifecycleException(String) - Constructor for class org.smartcomps.twister.common.lifecycle.LifecycleException
 
LifecycleException(String, Throwable) - Constructor for class org.smartcomps.twister.common.lifecycle.LifecycleException
 
LifecycleException(Throwable) - Constructor for class org.smartcomps.twister.common.lifecycle.LifecycleException
 
LifecycleManager - class org.smartcomps.twister.common.lifecycle.LifecycleManager.
 
LifecycleManager() - Constructor for class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
Link - interface org.smartcomps.twister.engine.priv.core.definition.Link.
A link is an element used by a Flow activity to link activities.
LinkAlreadyBoundException - exception org.smartcomps.twister.engine.exception.LinkAlreadyBoundException.
 
LinkAlreadyBoundException(String) - Constructor for class org.smartcomps.twister.engine.exception.LinkAlreadyBoundException
 
LinkAlreadyBoundException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.LinkAlreadyBoundException
 
LinkAlreadyBoundException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.LinkAlreadyBoundException
 
LinkImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl.
Persistent implementation of the Link interface.
LinkImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
listInstances(String) - Method in interface org.smartcomps.twister.engine.mbean.EngineManagement
Returns all created instances of a process.
listProcesses() - Method in interface org.smartcomps.twister.engine.mbean.EngineManagement
Returns all deployed processes names.
LITERAL - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
loadConfiguration() - Static method in class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
log - Static variable in class org.smartcomps.twister.engine.priv.TwisterEngineImpl
 
log - Static variable in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
log - Static variable in class org.smartcomps.twister.engine.priv.messaging.impl.MessageControllerImpl
 
log - Static variable in class org.smartcomps.twister.engine.priv.util.CorrelationExtractor
 
log - Variable in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
Logger - class org.smartcomps.twister.common.util.logger.Logger.
 

M

main(String[]) - Static method in class org.smartcomps.twister.deployer.DeployerUI
 
main(String[]) - Static method in class org.smartcomps.twister.util.db.SchemaCreator
 
MANAGEMENT_PROPERTY - Static variable in interface org.smartcomps.twister.engine.priv.Constants
 
MESSAGE - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
MessageBroker - class org.smartcomps.twister.engine.priv.messaging.MessageBroker.
Creates and sends messages as ordered by the engine core.
MessageBroker() - Constructor for class org.smartcomps.twister.engine.priv.messaging.MessageBroker
 
MessageController - interface org.smartcomps.twister.engine.priv.messaging.MessageController.
Controls message received by the engine, check if they are relevant to any process of process instance and if so do the appropriate thing to the appropriate activity or execution context.
MessageControllerImpl - class org.smartcomps.twister.engine.priv.messaging.impl.MessageControllerImpl.
Implementation of the MessageController interface.
MessageControllerImpl() - Constructor for class org.smartcomps.twister.engine.priv.messaging.impl.MessageControllerImpl
 
MessageEvent - interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent.
A message event is declared on a Pick activity.
MessageEventImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl.
Persistent implementation of the MessageEvent interface.
MessageEventImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
MessagingFactory - class org.smartcomps.twister.engine.priv.messaging.MessagingFactory.
A factory for MessageBroker and MessageController interfaces
MessagingFactory() - Constructor for class org.smartcomps.twister.engine.priv.messaging.MessagingFactory
 
monitorInstance(Map) - Method in interface org.smartcomps.twister.engine.mbean.EngineManagement
 

N

NONE - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
notifyAlarm(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
notifyAlarm(int) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.PickEC
Notifies that the alarm event of the activity at activityPos in this structured activity has been fired, meaning the pick execution context has expired and the activity declared to be executed in that case must be executed.
notifyExecution(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
notifyExecution(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
Notifies the container that an activity within it is starting execution.
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
notifyExecution(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
notifyExecutionToContainer() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
notifyTermination(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
 
notifyTermination(ExecutionContext) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
Notifies the container that an activity within it has ended its termination.
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
notifyTermination(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.FlowECImpl
 
notifyTerminationToContainer() - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 

O

OPEN - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
The Execution Context has been created but is not active yet, not doing its job (like waiting for a message, invoking a service or looping).
OPEN - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance
The Process Instance has been created but is not active yet, not doing its job (like waiting for a message, invoking a service or looping).
org.smartcomps.twister.common.configuration - package org.smartcomps.twister.common.configuration
 
org.smartcomps.twister.common.event - package org.smartcomps.twister.common.event
 
org.smartcomps.twister.common.lifecycle - package org.smartcomps.twister.common.lifecycle
 
org.smartcomps.twister.common.persistence - package org.smartcomps.twister.common.persistence
 
org.smartcomps.twister.common.transaction - package org.smartcomps.twister.common.transaction
 
org.smartcomps.twister.common.util - package org.smartcomps.twister.common.util
 
org.smartcomps.twister.common.util.logger - package org.smartcomps.twister.common.util.logger
 
org.smartcomps.twister.deployer - package org.smartcomps.twister.deployer
 
org.smartcomps.twister.deployer.exception - package org.smartcomps.twister.deployer.exception
 
org.smartcomps.twister.deployer.priv - package org.smartcomps.twister.deployer.priv
 
org.smartcomps.twister.engine - package org.smartcomps.twister.engine
 
org.smartcomps.twister.engine.exception - package org.smartcomps.twister.engine.exception
 
org.smartcomps.twister.engine.mbean - package org.smartcomps.twister.engine.mbean
 
org.smartcomps.twister.engine.priv - package org.smartcomps.twister.engine.priv
 
org.smartcomps.twister.engine.priv.core.definition - package org.smartcomps.twister.engine.priv.core.definition
 
org.smartcomps.twister.engine.priv.core.definition.impl - package org.smartcomps.twister.engine.priv.core.definition.impl
 
org.smartcomps.twister.engine.priv.core.definition.impl.dao - package org.smartcomps.twister.engine.priv.core.definition.impl.dao
 
org.smartcomps.twister.engine.priv.core.dynamic - package org.smartcomps.twister.engine.priv.core.dynamic
 
org.smartcomps.twister.engine.priv.core.dynamic.impl - package org.smartcomps.twister.engine.priv.core.dynamic.impl
 
org.smartcomps.twister.engine.priv.core.dynamic.impl.dao - package org.smartcomps.twister.engine.priv.core.dynamic.impl.dao
 
org.smartcomps.twister.engine.priv.core.dynamic.impl.xao - package org.smartcomps.twister.engine.priv.core.dynamic.impl.xao
 
org.smartcomps.twister.engine.priv.expression - package org.smartcomps.twister.engine.priv.expression
 
org.smartcomps.twister.engine.priv.expression.impl - package org.smartcomps.twister.engine.priv.expression.impl
 
org.smartcomps.twister.engine.priv.messaging - package org.smartcomps.twister.engine.priv.messaging
 
org.smartcomps.twister.engine.priv.messaging.impl - package org.smartcomps.twister.engine.priv.messaging.impl
 
org.smartcomps.twister.engine.priv.timer - package org.smartcomps.twister.engine.priv.timer
 
org.smartcomps.twister.engine.priv.timer.dao - package org.smartcomps.twister.engine.priv.timer.dao
 
org.smartcomps.twister.engine.priv.timer.po - package org.smartcomps.twister.engine.priv.timer.po
 
org.smartcomps.twister.engine.priv.util - package org.smartcomps.twister.engine.priv.util
 
org.smartcomps.twister.util.db - package org.smartcomps.twister.util.db
 
org.smartcomps.twister.util.user - package org.smartcomps.twister.util.user
 
org.smartcomps.twister.util.user.exception - package org.smartcomps.twister.util.user.exception
 
org.smartcomps.twister.util.user.priv - package org.smartcomps.twister.util.user.priv
 
org.smartcomps.twister.util.user.priv.dao - package org.smartcomps.twister.util.user.priv.dao
 
org.smartcomps.twister.worklist - package org.smartcomps.twister.worklist
 
org.smartcomps.twister.worklist.exception - package org.smartcomps.twister.worklist.exception
 
org.smartcomps.twister.worklist.priv - package org.smartcomps.twister.worklist.priv
 
org.smartcomps.twister.worklist.priv.dao - package org.smartcomps.twister.worklist.priv.dao
 
org.smartcomps.twister.worklist.priv.po - package org.smartcomps.twister.worklist.priv.po
 
OUT - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
OUT_IN - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 

P

Partner - interface org.smartcomps.twister.engine.priv.core.definition.Partner.
A partner is a peer the engine communicates with.
PARTNER_REFERENCE - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
PersistentDataAccess - class org.smartcomps.twister.common.persistence.PersistentDataAccess.
 
PersistentDataAccess() - Constructor for class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
Pick - interface org.smartcomps.twister.engine.priv.core.definition.Pick.
A pick is a structured activity that allows you to block and wait for a suitable message to arrive or for a time-out alarm to go off.
PickAsReceive - class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive.
This class is a wrapper around the MessageEvent of a Pick structured activity to use it just as using a Receive.
PickAsReceive(Pick, int) - Constructor for class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
PickDeployer - class org.smartcomps.twister.deployer.priv.PickDeployer.
 
PickDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.PickDeployer
 
PickEC - interface org.smartcomps.twister.engine.priv.core.dynamic.PickEC.
Execution Context of the Pick activity.
PickECAsReceiveEC - class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC.
Wrapper around a Pick execution context to have it behave like a Receive execution context.
PickECAsReceiveEC(PickEC, int) - Constructor for class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
pickECId - Variable in class org.smartcomps.twister.engine.priv.timer.PickECTask
 
PickECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl.
Persistent implementation of the PickEC interface.
PickECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
PickECTask - class org.smartcomps.twister.engine.priv.timer.PickECTask.
Callback for alarm events of pick execution contexts.
PickECTask(Long, int) - Constructor for class org.smartcomps.twister.engine.priv.timer.PickECTask
 
PickImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl.
Persistent implementation of the Pick interface.
PickImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
preDeploy(Element) - Method in class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
processChildren - Variable in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
ProcessDAO - class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ProcessDAO.
 
ProcessDAO() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.dao.ProcessDAO
 
ProcessFactory - class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory.
 
ProcessFactory() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.ProcessFactory
 
ProcessImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl.
Persistent implementation of the TwisterProcess interface.
ProcessImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
ProcessInstance - interface org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance.
An instance of a static definition of the process, represents and execution of the process.
ProcessInstanceDAO - class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ProcessInstanceDAO.
 
ProcessInstanceDAO() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.dao.ProcessInstanceDAO
 
ProcessInstanceFactory - class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory.
Factory class for constructing and retrieveng persistnt implementations of a ProcessInstance.
ProcessInstanceFactory() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstanceFactory
 
ProcessInstanceImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl.
Persistent implementation of the ProcessInstance interface.
ProcessInstanceImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ReplyDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ScopeDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.SequenceDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.PickDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.FlowDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.TerminateDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.WaitDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.WhileDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.AssignDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.SwitchDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ReceiveDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.EmptyDeployer
 
processSpecificAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.InvokeDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ReplyDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ScopeDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.SequenceDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.PickDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.FlowDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.TerminateDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.WaitDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.WhileDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.AssignDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.SwitchDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ReceiveDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.EmptyDeployer
 
processSpecificElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.InvokeDeployer
 
processStandardAttributes(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
Standard Attributes for Each Activity

name="ncname"?

processStandardElements(Element, Activity) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
Standard Elements for Each Activity

ProcessStructuralException - exception org.smartcomps.twister.engine.exception.ProcessStructuralException.

Thrown when a structural incoherence is found in a process definition.
ProcessStructuralException(String) - Constructor for class org.smartcomps.twister.engine.exception.ProcessStructuralException
 
ProcessStructuralException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ProcessStructuralException
 
ProcessStructuralException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.ProcessStructuralException
 
Property - interface org.smartcomps.twister.engine.priv.core.definition.Property.
 
PropertyAlias - interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias.
A property alias defines a globally named property as an alias for a location in a part of a message.
PropertyAliasImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl.
Persistent implementation of the Property interface.
PropertyAliasImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
PropertyDAO - class org.smartcomps.twister.engine.priv.core.definition.impl.dao.PropertyDAO.
Data accessor for PropertyImpl class.
PropertyDAO() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.dao.PropertyDAO
 
PropertyFactory - class org.smartcomps.twister.engine.priv.core.definition.PropertyFactory.
A factory to create or get specific property instances.
PropertyFactory() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.PropertyFactory
 
PropertyImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl.
Persistent implementation of the Property interface.
PropertyImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 

Q

queryDocument(Collection, String, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
queryDocumentForValue(Collection, String, String) - Static method in class org.smartcomps.twister.common.persistence.XMLDataAccess
 
queryVariable(String, String, Long, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
Returns the single element in a variable found at the specified part and query location.
queryVariableValue(String, String, Long, String, String) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
Queries a message variable with its part and returns the text of the found element.

R

Receive - interface org.smartcomps.twister.engine.priv.core.definition.Receive.
A receive activity waits until a matching message is received by the engine.
ReceiveDeployer - class org.smartcomps.twister.deployer.priv.ReceiveDeployer.
 
ReceiveDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.ReceiveDeployer
 
ReceiveEC - interface org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC.
The execution context of a Receive activity.
ReceiveECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReceiveECImpl.
Execution context of a Receive activity.
ReceiveECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReceiveECImpl
 
ReceiveImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl.
Persistent implementation of the Receive interface.
ReceiveImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
register(TwisterListener) - Static method in class org.smartcomps.twister.common.event.EventManager
 
reload(ReceiveEC) - Static method in class org.smartcomps.twister.engine.priv.messaging.impl.CoreWrappingFactory
 
remove(Object) - Static method in class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
Reply - interface org.smartcomps.twister.engine.priv.core.definition.Reply.
The Reply activity allows the business process to send a message in reply to a message that was received through a Receive.
ReplyDeployer - class org.smartcomps.twister.deployer.priv.ReplyDeployer.
ReplyDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.ReplyDeployer
 
ReplyEC - interface org.smartcomps.twister.engine.priv.core.dynamic.ReplyEC.
Execution context of a Reply activity.
ReplyECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReplyECImpl.
Persistent implementation of the ReplyEC interface.
ReplyECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ReplyECImpl
 
ReplyImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl.
Persistent implementation of the Reply interface.
ReplyImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
resources - Static variable in class org.smartcomps.twister.common.transaction.TransactionManager
 
Role - class org.smartcomps.twister.util.user.Role.
 
Role() - Constructor for class org.smartcomps.twister.util.user.Role
 
Role(String) - Constructor for class org.smartcomps.twister.util.user.Role
 
RoleImpl - class org.smartcomps.twister.util.user.priv.RoleImpl.
 
RoleImpl() - Constructor for class org.smartcomps.twister.util.user.priv.RoleImpl
 
rolePO2roleVO(RoleImpl) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
rolePOs2roleVOs(Collection, User) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
roleVO2rolePO(Role) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
rollbackTransaction() - Method in class org.smartcomps.twister.common.persistence.DBSessionManager
 
rollbackTransaction() - Method in class org.smartcomps.twister.common.persistence.XMLSessionManager
 
rollbackTransaction() - Method in interface org.smartcomps.twister.common.transaction.TransactionalResource
 
rollbackTransaction() - Static method in class org.smartcomps.twister.common.transaction.TransactionManager
 
run() - Method in class org.smartcomps.twister.engine.priv.timer.WaitECTask
 
run() - Method in class org.smartcomps.twister.engine.priv.timer.PickECTask
 
run() - Method in class org.smartcomps.twister.deployer.DeployerUI
 

S

schedule(ExecutionContextTask, Date) - Static method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
SchemaCreator - class org.smartcomps.twister.util.db.SchemaCreator.
A simple utility that creates the database schema with all tables necessary to Twister.
SchemaCreator() - Constructor for class org.smartcomps.twister.util.db.SchemaCreator
 
Scope - interface org.smartcomps.twister.engine.priv.core.definition.Scope.
A scope is an anonymous sub-process (inline defined) with a nested activity, its own associated variables, fault handlers and compensation handler.
ScopeDeployer - class org.smartcomps.twister.deployer.priv.ScopeDeployer.
 
ScopeDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.ScopeDeployer
 
ScopeImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.ScopeImpl.
Persistent implementation of the Scope interface, STILL PARTIAL.
ScopeImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.ScopeImpl
 
SelectionFailureException - exception org.smartcomps.twister.engine.exception.SelectionFailureException.
Exception corresponding to the bpws:selectionFailure fault.
SelectionFailureException(String) - Constructor for class org.smartcomps.twister.engine.exception.SelectionFailureException
 
SelectionFailureException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.SelectionFailureException
 
SelectionFailureException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.SelectionFailureException
 
Sequence - interface org.smartcomps.twister.engine.priv.core.definition.Sequence.
The Sequence activity allows you to define a collection of activities to be performed sequentially in lexical order.
SequenceDeployer - class org.smartcomps.twister.deployer.priv.SequenceDeployer.
 
SequenceDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.SequenceDeployer
 
SequenceEC - interface org.smartcomps.twister.engine.priv.core.dynamic.SequenceEC.
The execution context of a sequence, managing the execution of each of its execution context one after another.
SequenceECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl.
Persistent implementation of the SequenceEC interface.
SequenceECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.SequenceECImpl
 
SequenceImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.SequenceImpl.
A persistent implementation of the Sequence interface.
SequenceImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.SequenceImpl
 
SERVER_FAILURE - Static variable in interface org.smartcomps.twister.engine.TwisterEngine
 
Service - interface org.smartcomps.twister.engine.priv.core.definition.Service.
Representation of a service accessible by the workflow engine.
setActivities(List) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
setActivity(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setActivity(StructuredActivity) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC
 
setActivity(StructuredActivity) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
setActivityContainer(StructuredActivityImpl) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE
setActivitySet(Set) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
Do not use this method, its doesn't maintain activity indexes properly, use the addActivity method instead.
setAdditionalInfo(String) - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
setAlarmEvents(List) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
setAlias(PropertyAlias) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
setAlias(PropertyAlias) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
setAssignments(List) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl
 
setAssignments(List) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assign
 
setChildExecutionContext(ExecutionContext) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setComments(String) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
setComments(String) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
setCondition(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WhileImpl
 
setCondition(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.While
 
setConditions(List) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
setContainer(StructuredActivity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setContainer(StructuredEC) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
setCorrelations(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setCorrelations(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setCorrelations(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setCorrelations(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setCorrelations(Collection) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setCorrelationSets(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setCreateInstance(boolean) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
setCreateInstance(boolean) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setCreateInstance(boolean) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Pick
 
setCreateInstance(boolean) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
setCreateInstance(boolean) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setCreationDate(Calendar) - Method in interface org.smartcomps.twister.worklist.WorkItem
 
setCreationDate(Calendar) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setDescription(String) - Method in interface org.smartcomps.twister.worklist.WorkItem
 
setDescription(String) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setDueDate(Calendar) - Method in interface org.smartcomps.twister.worklist.WorkItem
 
setDueDate(Calendar) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setDueDate(Date) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl
 
setDueDate(Date) - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
setDuration(boolean) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
 
setDuration(boolean) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Wait
 
setEcId(Long) - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
setEventDate(Date) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
setEventDate(Date) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
setEventPos(int) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
setEvents(Collection) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
setEvents(Collection) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setEventType(int) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
setEventType(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
setExecutedActivityIndex(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
setExecutedActivityIndex(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.PickECImpl
 
setExecutionContexts(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
setExecutionContextsSet(Set) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
Do not use this method, its doesn't maintain activity indexes properly, use the addActivity method instead.
setFaultName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setFaultName(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setFromFirstValue(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setFromFirstValue(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setFromQuery(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setFromQuery(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setFromSecondValue(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setFromSecondValue(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setFromType(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setFromType(int) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setId(long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
setId(Long) - Method in class org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister
 
setId(Long) - Method in interface org.smartcomps.twister.worklist.WorkItem
 
setId(Long) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setId(Long) - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
setIndex(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE
setIndex(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
TECHNICAL, DO NOT USE
setInitiate(boolean) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
setInitiate(boolean) - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
setInputVariable(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setInputVariable(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
setInstance(ProcessInstance) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
setInstances(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setJoinCondition(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
setJoinCondition(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setJoinCondition(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setMessageEvents(List) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PickImpl
 
setMessageType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
setMessageType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
setMessageType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Variable
 
setName(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
setName(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
setName(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
setName(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Variable
 
setName(String) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
setName(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setOperation(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setOperation(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setOperation(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setOperation(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setOperation(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
setOperation(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
setOperation(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
setOperation(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setOperation(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setOtherwise(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
setOtherwise(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Switch
Sets an Activity as the otherwise for this Switch.
setOutputVariable(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setOutputVariable(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
setPart(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
setPart(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
setPartner(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setPartner(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setPartner(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setPartner(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
setPartner(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
setPartner(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setPartner(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setPartnerLink(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setPartnerLink(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
setPartnerRole(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
setPassword(String) - Method in class org.smartcomps.twister.util.user.User
 
setPassword(String) - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
setPattern(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
setPattern(int) - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
setPortType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setPortType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setPortType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setPortType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.InvokeImpl
 
setPortType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Invoke
 
setPortType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
setPortType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
setPortType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setPortType(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setProcess(TwisterProcess) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setProcess(TwisterProcess) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setProcessInstance(Set) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
TECHNICAL, DO NOT USE
setProcessSet(Set) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
TECHNICAL, DO NOT USE
setProperties(Collection) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ProcessImpl
 
setProperties(Collection) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setPropertiesString(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationSetImpl
 
setQuery(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyAliasImpl
 
setQuery(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.PropertyAlias
 
setRole(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
setRolename(String) - Method in class org.smartcomps.twister.util.user.Role
 
setRolename(String) - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
setRoles(Collection) - Method in class org.smartcomps.twister.util.user.User
 
setRoles(Collection) - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
setService(Service) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Partner
 
setSet(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.CorrelationRefImpl
 
setSet(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.CorrelationRef
 
setSource(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
setSource(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
setSourceLinks(Set) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
setSourceLinks(Set) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setSourceLinks(Set) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setStatus(int) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
 
setStatus(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionContextImpl
 
setStatus(int) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ProcessInstanceImpl
 
setStatus(int) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickECAsReceiveEC
 
setStatus(int) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setTarget(Activity) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
setTarget(Activity) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
setTargetLinks(Set) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Activity
 
setTargetLinks(Set) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
 
setTargetLinks(Set) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setTime(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
 
setTime(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Wait
 
setTimeExpression(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
setTimeExpression(String, int) - Method in interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
 
setTimeExpression(String, int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
setToFirstValue(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setToFirstValue(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setToQuery(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setToQuery(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setToSecondValue(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setToSecondValue(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setToType(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AssignmentImpl
 
setToType(int) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
setTransitionCondition(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.LinkImpl
 
setTransitionCondition(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Link
 
setType(int) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
 
setType(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.PropertyImpl
 
setType(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Property
 
setUser(User) - Method in class org.smartcomps.twister.util.user.Role
 
setUser(UserImpl) - Method in class org.smartcomps.twister.util.user.priv.RoleImpl
 
setUsername(String) - Method in class org.smartcomps.twister.util.user.User
 
setUsername(String) - Method in class org.smartcomps.twister.util.user.priv.UserImpl
 
setUserOrGroup(String) - Method in interface org.smartcomps.twister.worklist.WorkItem
 
setUserOrGroup(String) - Method in class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
setValue(String) - Method in interface org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty
 
setValue(String) - Method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
setVariable(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.MessageEventImpl
 
setVariable(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
 
setVariable(String) - Method in class org.smartcomps.twister.engine.priv.core.definition.impl.ReplyImpl
 
setVariable(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.MessageEvent
 
setVariable(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Receive
 
setVariable(String) - Method in interface org.smartcomps.twister.engine.priv.core.definition.Reply
 
setVariable(String) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.PickAsReceive
 
setVariableElements(String, String, Long, String, String, List) - Static method in class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
 
start() - Method in class org.smartcomps.twister.common.transaction.TransactionManager
 
start() - Method in class org.smartcomps.twister.common.event.EventManager
 
start() - Method in interface org.smartcomps.twister.common.lifecycle.LifecycleAwareResource
 
start() - Method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
startResources() - Method in class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
stop() - Method in class org.smartcomps.twister.common.transaction.TransactionManager
 
stop() - Method in class org.smartcomps.twister.common.event.EventManager
 
stop() - Method in interface org.smartcomps.twister.common.lifecycle.LifecycleAwareResource
 
stop() - Method in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
stopResources() - Method in class org.smartcomps.twister.common.lifecycle.LifecycleManager
 
StringUtil - class org.smartcomps.twister.common.util.StringUtil.
Utilities for string manipulation
StringUtil() - Constructor for class org.smartcomps.twister.common.util.StringUtil
 
StructuredActivity - interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity.
 
StructuredActivityImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl.
Persistent implementation of the StructuredActivity interface.
StructuredActivityImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.StructuredActivityImpl
 
StructuredEC - interface org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC.
Please put some JavaDoc here.
StructuredECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl.
Please put some JavaDoc here.
StructuredECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.StructuredECImpl
 
Switch - interface org.smartcomps.twister.engine.priv.core.definition.Switch.
The Switch activity allows you to select exactly one branch of activity from a set of choices.
SwitchDeployer - class org.smartcomps.twister.deployer.priv.SwitchDeployer.
 
SwitchDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.SwitchDeployer
 
SwitchEC - interface org.smartcomps.twister.engine.priv.core.dynamic.SwitchEC.
Execution context of the Switch activity.
SwitchECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl.
Persistent implementation of the SwitchEC interface.
SwitchECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.SwitchECImpl
 
SwitchImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl.
Persistent implementation of the Switch interface.
SwitchImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.SwitchImpl
 
syncInvoke(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
Syncronously send a message to the specified (operation, portType, partner).
syncSend(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
Implement this method in your subclass to receive messages from the process engine and execute your own tasks accordingly.
syncSend(String, String, String, Document) - Method in class org.smartcomps.twister.engine.priv.messaging.impl.DefaultMessageBrokerImpl
 

T

Terminate - interface org.smartcomps.twister.engine.priv.core.definition.Terminate.
The Terminate activity immediately terminates the execution of a business process.
TerminateDeployer - class org.smartcomps.twister.deployer.priv.TerminateDeployer.
 
TerminateDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.TerminateDeployer
 
TerminateEC - interface org.smartcomps.twister.engine.priv.core.dynamic.TerminateEC.
 
TerminateECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.TerminateECImpl.
 
TerminateECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.TerminateECImpl
 
TerminateImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.TerminateImpl.
Persistent implementation of the Terminate interface.
TerminateImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.TerminateImpl
 
TIMEOUT - Static variable in interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
 
timer - Static variable in class org.smartcomps.twister.engine.priv.timer.EngineTimer
 
toString() - Method in class org.smartcomps.twister.util.user.Role
 
toString() - Method in class org.smartcomps.twister.util.user.User
 
TRACE - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
trace(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
trace(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
TransactionalResource - interface org.smartcomps.twister.common.transaction.TransactionalResource.
A transactional resource that can be managed my the TransactionManager.
TransactionException - exception org.smartcomps.twister.common.transaction.TransactionException.
Thrown when a problem occurs when initializing a TransactionalResource, beginning, commiting or rollbacking a transaction.
TransactionException(String) - Constructor for class org.smartcomps.twister.common.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for class org.smartcomps.twister.common.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for class org.smartcomps.twister.common.transaction.TransactionException
 
TransactionManager - class org.smartcomps.twister.common.transaction.TransactionManager.
The TransactionManager manages TransactionalResource implementations and tries to apply (if possible) an all or nothing policy with those resources.
TransactionManager() - Constructor for class org.smartcomps.twister.common.transaction.TransactionManager
 
truncNamespace(String) - Method in class org.smartcomps.twister.deployer.priv.ActivityDeployer
 
TwisterDeployer - interface org.smartcomps.twister.deployer.TwisterDeployer.
Allows the deployment of a process xml description.
TwisterDeployerFactory - class org.smartcomps.twister.deployer.TwisterDeployerFactory.
 
TwisterDeployerImpl - class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl.
Implementation of the TwisterDeployer interface.
TwisterDeployerImpl() - Constructor for class org.smartcomps.twister.deployer.priv.TwisterDeployerImpl
 
TwisterEngine - interface org.smartcomps.twister.engine.TwisterEngine.
Main interface of the Twister Process Engine.
TwisterEngineFactory - class org.smartcomps.twister.engine.TwisterEngineFactory.
A factory to obtain a direct Twister Engine instance or an asynchronous proxy to an engine instance.
TwisterEngineFactory() - Constructor for class org.smartcomps.twister.engine.TwisterEngineFactory
 
TwisterEngineImpl - class org.smartcomps.twister.engine.priv.TwisterEngineImpl.
Default engine implementation, finds the receive or pick execution concerned by the message and make it acknowledge the message.
TwisterEngineImpl() - Constructor for class org.smartcomps.twister.engine.priv.TwisterEngineImpl
 
TwisterListener - interface org.smartcomps.twister.common.event.TwisterListener.
Place JavaDoc here.
TwisterProcess - interface org.smartcomps.twister.engine.priv.core.definition.TwisterProcess.
The business process is the root container for all activities.
TwisterUser - interface org.smartcomps.twister.util.user.TwisterUser.
 
TwisterUserException - exception org.smartcomps.twister.util.user.exception.TwisterUserException.
 
TwisterUserException(String) - Constructor for class org.smartcomps.twister.util.user.exception.TwisterUserException
 
TwisterUserException(String, Throwable) - Constructor for class org.smartcomps.twister.util.user.exception.TwisterUserException
 
TwisterUserException(Throwable) - Constructor for class org.smartcomps.twister.util.user.exception.TwisterUserException
 
TwisterUserFactory - class org.smartcomps.twister.util.user.TwisterUserFactory.
Factory class for the Twister User Service interface.
TwisterUserFactory() - Constructor for class org.smartcomps.twister.util.user.TwisterUserFactory
 
TwisterUserImpl - class org.smartcomps.twister.util.user.priv.TwisterUserImpl.
 
TwisterUserImpl() - Constructor for class org.smartcomps.twister.util.user.priv.TwisterUserImpl
 
TwisterWorkList - interface org.smartcomps.twister.worklist.TwisterWorkList.
Main interface of the Twister WorkList Manager, used to arrange work items as a work list specific to one user and to complete or cancel work items.
TwisterWorkListFactory - class org.smartcomps.twister.worklist.TwisterWorkListFactory.
Factory class for the Twister WorkList Manager interface.
TwisterWorkListFactory() - Constructor for class org.smartcomps.twister.worklist.TwisterWorkListFactory
 

U

UninitializedVariableException - exception org.smartcomps.twister.engine.exception.UninitializedVariableException.
Thrown when a variable that has not been initialized must be manipulated.
UninitializedVariableException(String) - Constructor for class org.smartcomps.twister.engine.exception.UninitializedVariableException
 
UninitializedVariableException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.UninitializedVariableException
 
UninitializedVariableException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.UninitializedVariableException
 
update(Object) - Static method in class org.smartcomps.twister.common.persistence.PersistentDataAccess
 
User - class org.smartcomps.twister.util.user.User.
 
User() - Constructor for class org.smartcomps.twister.util.user.User
 
User(String, String, Collection) - Constructor for class org.smartcomps.twister.util.user.User
 
UserConverter - class org.smartcomps.twister.util.user.priv.UserConverter.
 
UserConverter() - Constructor for class org.smartcomps.twister.util.user.priv.UserConverter
 
UserDAO - class org.smartcomps.twister.util.user.priv.dao.UserDAO.
 
UserDAO() - Constructor for class org.smartcomps.twister.util.user.priv.dao.UserDAO
 
UserImpl - class org.smartcomps.twister.util.user.priv.UserImpl.
 
UserImpl() - Constructor for class org.smartcomps.twister.util.user.priv.UserImpl
 
userPO2userVO(UserImpl) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
userPOs2userVOs(Collection) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 
userVO2userPO(User) - Static method in class org.smartcomps.twister.util.user.priv.UserConverter
 

V

ValuedProperty - interface org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty.
A pair of key/value hold by a process instance to form the key of this instance.
ValuedPropertyImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl.
Persistent implementation of the Property interface.
ValuedPropertyImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
 
Variable - interface org.smartcomps.twister.engine.priv.core.definition.Variable.
Variables provide the means for holding messages data that constitute the state of a business process.
VARIABLE_PART - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
VARIABLE_PROPERTY - Static variable in interface org.smartcomps.twister.engine.priv.core.definition.Assignment
 
VariableXAO - class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO.
An XML Access Object specialized for variable processing.
VariableXAO() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.xao.VariableXAO
 

W

Wait - interface org.smartcomps.twister.engine.priv.core.definition.Wait.
Allows you to wait for a certain period or until a given time has passed.
WaitDeployer - class org.smartcomps.twister.deployer.priv.WaitDeployer.
standard-elements
WaitDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.WaitDeployer
 
WaitEC - interface org.smartcomps.twister.engine.priv.core.dynamic.WaitEC.
Please put some JavaDoc here.
WaitECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl.
Persistent implementation of the WaitEC interface.
WaitECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.WaitECImpl
 
WaitECTask - class org.smartcomps.twister.engine.priv.timer.WaitECTask.
Task that notifies a WaitEC that its due date has been reached.
WaitECTask(Long) - Constructor for class org.smartcomps.twister.engine.priv.timer.WaitECTask
 
WaitImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl.
Persistent implementation of the Wait interface.
WaitImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
 
WARN - Static variable in class org.smartcomps.twister.common.util.logger.Logger
 
warn(Object) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
warn(Object, Throwable) - Method in class org.smartcomps.twister.common.util.logger.Logger
 
WebService - interface org.smartcomps.twister.engine.priv.core.definition.WebService.
Engine representation of a web service.
While - interface org.smartcomps.twister.engine.priv.core.definition.While.
The While activity allows you to indicate that an activity is to be repeated until a certain success criteria has been met.
WhileDeployer - class org.smartcomps.twister.deployer.priv.WhileDeployer.
standard-elements activity
WhileDeployer() - Constructor for class org.smartcomps.twister.deployer.priv.WhileDeployer
 
WhileEC - interface org.smartcomps.twister.engine.priv.core.dynamic.WhileEC.
Execution context of a While.
WhileECImpl - class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl.
Persistent implementation of the WhileEC interface.
WhileECImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.dynamic.impl.WhileECImpl
 
WhileImpl - class org.smartcomps.twister.engine.priv.core.definition.impl.WhileImpl.
A persistent implementation of the While interface.
WhileImpl() - Constructor for class org.smartcomps.twister.engine.priv.core.definition.impl.WhileImpl
 
WorkItem - interface org.smartcomps.twister.worklist.WorkItem.
A simple object holding all data of a Work Item.
WorkItemDAO - class org.smartcomps.twister.worklist.priv.dao.WorkItemDAO.
Data Acces Object for WorkItemImpl persistent object
WorkItemDAO() - Constructor for class org.smartcomps.twister.worklist.priv.dao.WorkItemDAO
 
WorkItemImpl - class org.smartcomps.twister.worklist.priv.po.WorkItemImpl.
The persistent representation of a Work Item.
WorkItemImpl() - Constructor for class org.smartcomps.twister.worklist.priv.po.WorkItemImpl
 
WORKLIST_OP - Static variable in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
 
WORKLIST_PT - Static variable in class org.smartcomps.twister.engine.priv.messaging.MessageBroker
 
WorkListException - exception org.smartcomps.twister.worklist.exception.WorkListException.
Generic exception for the WorkList Manager.
WorkListException(String) - Constructor for class org.smartcomps.twister.worklist.exception.WorkListException
 
WorkListException(String, Throwable) - Constructor for class org.smartcomps.twister.worklist.exception.WorkListException
 
WorkListException(Throwable) - Constructor for class org.smartcomps.twister.worklist.exception.WorkListException
 
WorkListImpl - class org.smartcomps.twister.worklist.priv.WorkListImpl.
Implementation of the WorkList interface.
WorkListImpl() - Constructor for class org.smartcomps.twister.worklist.priv.WorkListImpl
 

X

XMLConfigurationReader - class org.smartcomps.twister.common.configuration.XMLConfigurationReader.
Read the XML configuration file and keeps it in memory to be queried easily later on.
XMLConfigurationReader() - Constructor for class org.smartcomps.twister.common.configuration.XMLConfigurationReader
 
XMLDataAccess - class org.smartcomps.twister.common.persistence.XMLDataAccess.
Utility class containing main methods to create, update, delete or find XML document in Xindice.
XMLDataAccess() - Constructor for class org.smartcomps.twister.common.persistence.XMLDataAccess
 
XMLSessionException - exception org.smartcomps.twister.common.persistence.XMLSessionException.
Thrown when a problem occurs with the XML persistent session.
XMLSessionException(String) - Constructor for class org.smartcomps.twister.common.persistence.XMLSessionException
 
XMLSessionException(String, Throwable) - Constructor for class org.smartcomps.twister.common.persistence.XMLSessionException
 
XMLSessionException(Throwable) - Constructor for class org.smartcomps.twister.common.persistence.XMLSessionException
 
XMLSessionManager - class org.smartcomps.twister.common.persistence.XMLSessionManager.
Please put some JavaDoc here.
XMLSessionManager() - Constructor for class org.smartcomps.twister.common.persistence.XMLSessionManager
 
XPathEvaluationException - exception org.smartcomps.twister.engine.exception.XPathEvaluationException.
Thrown when an xpath expression can't be avalutaed..
XPathEvaluationException(String) - Constructor for class org.smartcomps.twister.engine.exception.XPathEvaluationException
 
XPathEvaluationException(String, Throwable) - Constructor for class org.smartcomps.twister.engine.exception.XPathEvaluationException
 
XPathEvaluationException(Throwable) - Constructor for class org.smartcomps.twister.engine.exception.XPathEvaluationException
 

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2003 SmartComps. All Rights Reserved.