Uses of Interface
de.aristaflow.adept2.model.processmodel.EBPInstanceReference
-
-
Uses of EBPInstanceReference in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service with parameters of type EBPInstanceReference Modifier and Type Method Description voidAbstractADEPT2Service. _sessionActive(SessionToken session, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR, int addStackElems)Registers the designated session as active, tracks the current thread and registers the log context (if CSV-logging is configured).voidAbstractAuthenticatedService. _sessionActive(SessionToken session, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR, int addStackElems)voidAbstractADEPT2Service. changeLogContext(EBPInstanceReference ebpIR)voidAbstractADEPT2Service. changeLogContext(String contextString, SessionToken session, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)voidDebugLogger. changeLogContext(SessionToken session, QualifiedAgent tlAgent, QualifiedAgent agent, String arbString, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)Changes the current log record parameter values intermediately for the designated session to the designated values.voidLogService. changeLogContext(EBPInstanceReference ebpIR)Convenience method forLogService.changeLogContext(String, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference).voidLogService. changeLogContext(String arbString, SessionToken session, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)Changes the current log record parameter values for the designated session intermediately to the designated values.voidAbstractADEPT2Service. logMethodEntry(String contextString, SessionToken session, String msg, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)voidAbstractADEPT2Service. logMethodEntry(String contextString, SessionToken session, String msg, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR, int removeElems)Registers the designated parameters as log context and logs a message for the entry of a method.voidLogService. logMethodEntry(String contextString, SessionToken session, String msg, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)Registers the log context for the current thread (if CSV-logging is configured) and logs the designated message.voidDebugLogger. registerLogContext(SessionToken session, QualifiedAgent tlAgent, QualifiedAgent agent, String arbString, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)Registers a new (sub-)session with the designated log record parameters.voidAbstractADEPT2Service. sessionActive(SessionToken session, UUID templID, UUID embdTemplID, EBPInstanceReference ebpIR)Registers the designated session as active, tracks the current thread and registers the log context (if CSV-logging is configured).protected voidDebugLogger. setLogParameters(Object[] logParameters, SessionToken session, QualifiedAgent tlAgent, QualifiedAgent agent, String arbString, UUID templID, UUID baseTemplID, UUID embdTemplID, UUID instID, EBPInstanceReference ebpIR)Sets the designated values as parameters for log records. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client with parameters of type EBPInstanceReference Modifier and Type Method Description ActivityExecutionControlAdministrationService. getActivityExecutionControl(EBPInstanceReference activity)ActivityExecutionControlMultiplexingClientService. getActivityExecutionControl(EBPInstanceReference activity)ActivityStartingLocalExecutionClientService. getActivityStarting(EBPInstanceReference activity)Gets the interface for (asynchronous) start operations of the designated activity independently from the execution manager holding the activity.ActivityStartingMultiplexingClientService. getActivityStarting(EBPInstanceReference activity)ActivityStartingWorklistClientService. getActivityStarting(EBPInstanceReference activity)Gets the interface for (asynchronous) start operations of the designated activity independently from the execution manager holding the activity.ExecutionControlManagerLocalExecutionClientService. getExecutionControlManager(EBPInstanceReference activity)Gets the execution control manager for the designated activity.ExecutionControlManagerMultiplexingClientService. getExecutionControlManager(EBPInstanceReference activity)ExecutionControlManagerWorklistClientService. getExecutionControlManager(EBPInstanceReference activity)Gets the execution control manager for the designated activity.ExecutionManagerLocalExecutionClientService. getExecutionManagerForActivity(EBPInstanceReference ebpInstanceReference)Returns a reference to the execution manager that is responsible for the designated activity.ExecutionManagerMultiplexingClientService. getExecutionManagerForActivity(EBPInstanceReference ebpInstanceReference)Pair<SynchronousActivityStarting,Boolean>ExecutionClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity and the local runtime manager.Pair<SynchronousActivityStarting,Boolean>MultiplexingClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)Pair<SynchronousActivityStarting,Boolean>RemoteExecutionClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity and the local runtime manager.SynchronousActivityStartingLocalExecutionClientService. getSynchronousActivityStarting(EBPInstanceReference activity)Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity.SynchronousActivityStartingMultiplexingClientService. getSynchronousActivityStarting(EBPInstanceReference activity)SynchronousActivityStartingWorklistClientService. getSynchronousActivityStarting(EBPInstanceReference activity)Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager with parameters of type EBPInstanceReference Modifier and Type Method Description voidActivityEventManager. deselectActivity(EBPInstanceReference activity)Deselects the designated activity and thus makes it available for reassigning.SimpleSessionContextActivityEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Gets an incomplete simple session context for the designated activity.SimpleSessionContextActivityEventManager. selectActivity(EBPInstanceReference activity)Selects the designated activity and thus assigns it to this event manager.Pair<SessionToken,SimpleSessionContext>ActivityEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Starts the designated activity if it is appropriate for aRuntimeServiceand provides its process context. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common with type parameters of type EBPInstanceReference Modifier and Type Field Description protected ConcurrentMap<String,EBPInstanceReference>AbstractActivityEventHandler. contextsAll activities that are currently registered for event handling indexed by the source IDs.protected Map<EBPInstanceReference,Triple<String,String,String>>AddSourceRunnable. runningItemsThe activities currently being added and the ones currently being polled.protected Map<EBPInstanceReference,Triple<String,String,String>>OneWorkWorklistHandler. runningItemsThe activities currently having an event source and the ones currently being polled.protected Map<EBPInstanceReference,Triple<String,String,String>>WorklistHandler. runningItemsDeprecated.Mapping of the EBP instance reference to the corresponding execution session.Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type EBPInstanceReference Modifier and Type Method Description voidAbstractEventManager. deselectActivity(EBPInstanceReference activity)SimpleSessionContextAbstractEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)SimpleSessionContextAbstractEventManager. selectActivity(EBPInstanceReference activity)Pair<SessionToken,SimpleSessionContext>AbstractEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Constructor parameters in de.aristaflow.adept2.core.eventmanager.common with type arguments of type EBPInstanceReference Constructor Description AddSourceRunnable(ClientWorklistItem item, int retries, long retryDelay, de.aristaflow.adept2.core.automaticclient.AbstractWorklistHandler handler, Map<EBPInstanceReference,Triple<String,String,String>> runningItems, ScheduledObjectOneWorkExecutor<WorklistItem> executor, AbstractEventManager eventManager, LogService logService)Creates a newAddSourceRunnablefor adding event sources for specific worklist items. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return types with arguments of type EBPInstanceReference Modifier and Type Method Description Pair<Map<EBPInstanceReference,ExecutionContext>,Map<EBPInstanceReference,Throwable>>ActivityStarting. getExecutionContexts(SessionToken session, Collection<EBPInstanceReference> activities)Gets the execution contexts for the designated activities.Pair<Map<EBPInstanceReference,ExecutionContext>,Map<EBPInstanceReference,Throwable>>ActivityStarting. getExecutionContexts(SessionToken session, Collection<EBPInstanceReference> activities)Gets the execution contexts for the designated activities.Methods in de.aristaflow.adept2.core.executionmanager with parameters of type EBPInstanceReference Modifier and Type Method Description voidActivityExecutionControl. abortActivity(SessionToken session, EBPInstanceReference activity, String errorMessage, long errorCode, boolean force, boolean propagate)Instructs the ActivityExecutionControl to abort the activity and propagate the abortion if appropriate, e.voidActivityTermination. activityFailed(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String errorMessage, String state, long errorCode)Signals the failure of an activity, which means, setting the state of the process step accordingly and starting appropriate measures, for instance, rolling back or restarting.voidActivityTermination. activityFinished(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer)Signals the termination of an activity, which means, setting the state of the process step accordingly, storing the values of the output parameters - encapsulated in the designated data container - and activating new process steps if appropriate.voidActivityTermination. activityReset(SessionToken session, EBPInstanceReference activity)Signals a reset of a running activity, which means, the current state (including the written values) is completely dropped and resetting the state of the node toNS_ACTIVATED.voidActivityTermination. activityResetTo(SessionToken session, EBPInstanceReference activity, String savepoint)Signals a reset of a running activity to the designated savepoint.voidActivityTermination. activitySuspended(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer)Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.voidActivityTermination. activitySuspended(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String savepoint)Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.voidInstanceStateNotification. autoStartPending(EBPInstanceReference activity, long terminationTime, QualifiedAgent agent, URI[] runtimeManager, boolean rtmResolved)Notifies that the designated activity may be autostarted.default UUIDInstanceControl. createAndStartSubInstance(SessionToken session, EBPInstanceReference superInstanceActivity, ExecutionContext executionContext, URI[] stateListener)Deprecated, for removal: This API element is subject to removal in a future version.voidActivityStarting. deselectActivity(SessionToken session, EBPInstanceReference activity)Deselects the designated activity, that is, the designated user does not want to execute the activity later any more.voidActivityStarting. enquireActivity(SessionToken session, EBPInstanceReference activity, Set<QualifiedAgent> recipients, String question)Sets an enquiry for the designated activity and delegates it to the designated recipients.voidActivityTermination. flushDataContainer(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer)Flushes the current state of the designated data container, that is, the values of the output parameters and the application states and stores them internally with the last savepoint ID of the designated data container.voidActivityTermination. flushSavepoint(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String savepoint)Flushes the state of the designated savepoint in the designated data container, that is, the values of the output parameters and the application states for the designated savepoint and stores them internally.Set<QualifiedAgent>ActivityStarting. getEnquiryRecipients(SessionToken session, EBPInstanceReference activity)Gets all agents that are possible recipients for an enquiry for the designated activity and the agent identified by the designated session token.RemoteIterator<List<QualifiedAgent>>ActivityStarting. getEnquiryRecipientsIterator(SessionToken session, EBPInstanceReference activity)The same asActivityStarting.getEnquiryRecipients(SessionToken, EBPInstanceReference)but with partial retrieval of the agents.ExecutionContextActivityStarting. getExecutionContext(SessionToken session, EBPInstanceReference activity)Gets the execution context for the designated activity.List<String>ActivityExecutionControl. getSavepoints(SessionToken session, EBPInstanceReference activity)Gets all savepoints and their respective names for the designated activity.voidSubInstanceStateNotification. instanceFailed(SessionToken session, UUID instanceID, EBPInstanceReference superLWP, DataContainer dataContainer, String errorMessage, String state, long errorCode)Notifies that the designated subprocess instance has failed and provides the necessary failure information.voidSubInstanceStateNotification. instanceFinished(SessionToken session, UUID instanceID, EBPInstanceReference superLWP, DataContainer dataContainer)Notifies that the designated subprocess instance has finished normally and provides the output parameters of the instance.voidSubInstanceStateNotification. instanceResumed(SessionToken session, UUID instanceID, EBPInstanceReference superLWP)Notifies that the designated subprocess instance has been resumed.voidSubInstanceStateNotification. instanceSuspended(SessionToken session, UUID instanceID, EBPInstanceReference superLWP, DataContainer dataContainer)Notifies that the designated subprocess instance has been suspended.voidActivityStarting. replyEnquiry(SessionToken session, EBPInstanceReference activity, String reply)Replies to the designated activity, that is the last enquiry is replied.voidActivityExecutionControl. resetActivity(SessionToken session, EBPInstanceReference activity, boolean forceReset)Resets the designated activity to its initial state when it is first activated.voidActivityExecutionControl. resetActivity(SessionToken session, EBPInstanceReference activity, boolean forceReset, String savepoint)Resets the designated activity to the designated savepoint.StringActivityExecutionControl. resetToPrevSavepoint(SessionToken session, EBPInstanceReference activity, boolean forceReset)Resets the designated activity to the previous savepoint.voidActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity)Resumes the designated activity from the latest valid savepoint and logs the agent, the organisational position.voidActivityStarting. selectActivity(SessionToken session, EBPInstanceReference activity)Selects the designated activity, that is, the designated user wants to execute the activity later.voidActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Starts the designated activity in the designated execution mode and logs the agent, the organisational position.SerialisablePair<UUID,UUID>InstanceControl. startSubInstance(SessionToken session, EBPInstanceReference parentLwp, ExecutionContext execContext, URI[] stateListener)Creates a new instance as subprocess of the designated activity/lightweight process referring to the corresponding subprocess template ID.booleanActivityExecutionControl. suspendActivity(SessionToken session, EBPInstanceReference activity, boolean waitForAcknowledgement, boolean propagate)Instructs the ActivityExecutionControl to suspend the specified activity and propagate the suspension if appropriate, e.Method parameters in de.aristaflow.adept2.core.executionmanager with type arguments of type EBPInstanceReference Modifier and Type Method Description Pair<Map<EBPInstanceReference,ExecutionContext>,Map<EBPInstanceReference,Throwable>>ActivityStarting. getExecutionContexts(SessionToken session, Collection<EBPInstanceReference> activities)Gets the execution contexts for the designated activities. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager with parameters of type EBPInstanceReference Modifier and Type Method Description ExecutableInstanceInstanceManager. createSubInstanceOf(SessionToken session, UUID templateID, String instanceName, QualifiedAgent supervisorAgent, EBPInstanceReference superInstanceActivity, long creationTime)Creates a new instance as subprocess for execution. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry with parameters of type EBPInstanceReference Modifier and Type Method Description protected voidInitialisedInjectedService. _sessionActive(SessionToken session, UUID templId, UUID baseTemplId, UUID embdTemplId, UUID instId, EBPInstanceReference ebpIR, int addStackElems)voidInitialisedInjectedService. changeLogContext(EBPInstanceReference ebpIr)voidInitialisedInjectedService. changeLogContext(String contextString, SessionToken session, UUID templId, UUID baseTemplId, UUID embdTemplId, UUID instId, EBPInstanceReference ebpIr)voidInitialisedInjectedService. logMethodEntry(String contextString, SessionToken session, String msg, UUID templId, UUID baseTemplId, UUID embdTemplId, UUID instId, EBPInstanceReference ebpIr)protected voidInitialisedInjectedService. logMethodEntry(String contextString, SessionToken session, String msg, UUID templId, UUID baseTemplId, UUID embdTemplId, UUID instId, EBPInstanceReference ebpIr, int removeElems)protected voidInitialisedInjectedService. sessionActive(SessionToken session, UUID templId, UUID embdTemplId, EBPInstanceReference ebpIr) -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return types with arguments of type EBPInstanceReference Modifier and Type Method Description Map<EBPInstanceReference,ActivityState>ExecutionControlManager. getActivities(SessionToken session, ActivityState.State[] states)Gets all activities of the agent identified by the designated session token and their corresponding state.RemoteIterator<List<SerialisablePair<EBPInstanceReference,ActivityState>>>ExecutionControlManager. getActivitiesIterator(SessionToken session, ActivityState.State[] states)The same asExecutionControlManager.getActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state.Map<EBPInstanceReference,ActivityState>ExecutionControlManager. getAllActivities(SessionToken session, ActivityState.State[] states)Gets all activities and their corresponding state.RemoteIterator<List<SerialisablePair<EBPInstanceReference,ActivityState>>>ExecutionControlManager. getAllActivitiesIterator(SessionToken session, ActivityState.State[] states)The same asExecutionControlManager.getAllActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state.Map<EBPInstanceReference,ProcessConstants.NodeState>RuntimeManager. logoffAndTerminateActivities(SessionToken session, QualifiedAgent agent, boolean forceTermination)Logs the agent off that is identified by the designated client session factory.Methods in de.aristaflow.adept2.core.runtimemanager with parameters of type EBPInstanceReference Modifier and Type Method Description booleanExecutionControlManager. abortActivity(SessionToken session, EBPInstanceReference activity, long timeToRespond, boolean propagate)Instructs the runtime client to abort the specified activity and propagate the abortion if appropriate, e.voidActivityStateNotification. activityClosed(EBPInstanceReference activity, String sessionID)Notifies that the designated activity in the designated execution session has been closed.voidActivityStateNotification. activityFailed(EBPInstanceReference activity, String sessionID, String errorMessage, String state, long errorCode)Notifies that the designated activity in the designated execution session has failed with the designated additional failure information.voidActivityStateNotification. activityReset(EBPInstanceReference activity, String sessionID)Notifies that the designated activity in the designated execution session has been reset.voidActivityStateNotification. activityResumed(EBPInstanceReference activity, String sessionID, URI[] newListener)Notifies that the designated activity has been resumed.voidActivityStateNotification. activitySignalled(EBPInstanceReference activity, String sessionID, int signal)Notifies that the designated activity in the designated execution session has terminated with the designated signal.voidActivityStateNotification. activitySuspended(EBPInstanceReference activity, String sessionID)Notifies that the designated activity in the designated execution session has been suspended normally.voidActivityStateNotification. activitySuspended(EBPInstanceReference activity, String sessionID, long timeout)Notifies that the designated activity in the designated execution session has been suspended and needs to be resumed after the designated timeout.voidRuntimeManager. commit(SessionToken session, EBPInstanceReference ebpInstanceReference)Instructs the runtime manager to inform the specified activity about the commit of the transaction it participated.voidExecutionControlManager. finishActivity(SessionToken session, EBPInstanceReference activity)Instructs the execution control manager to stop the specified activity.ActivityStateExecutionControlManager. getActivityState(SessionToken session, EBPInstanceReference activity)Gets the current state of the designated activity ornullin case the activity is not yet known or not known any more.ExecutionControlPropertiesExecutionControlManager. getExecutionControlProperties(SessionToken session, EBPInstanceReference activity)Gets theExecutionControlPropertiesfor the designated activity.VoteRuntimeManager. prepareCommit(SessionToken session, EBPInstanceReference ebpInstanceReference)Instructs the runtime manager to prepare the specified activity for committing its work done within the transaction it participated.URI[]LocalActivityStateNotifier. registerActivityStateListener(SessionToken session, EBPInstanceReference activity, ActivityStateNotification listener)Registers the designated listener for state changes of the designated activity.voidExecutionControlManager. resetActivity(SessionToken session, EBPInstanceReference activity)Instructs the execution control manager to reset the specified activity.voidResumingRuntimeManager.AutomaticResumer. resumeActivity(EBPInstanceReference ebpInstanceReference, long delay)Notifies the service that can automatically resume an activity that the designated activity should be resumed after the designated time period (in milliseconds).voidRuntimeManager. resumeActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext)Instructs the runtime manager to resume the specified activity.GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity)Resumes the designated activity and logs the agent, the organisational position.GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener)Resumes the designated activity and logs the agent, the organisational position.voidRuntimeManager. rollbackActivity(SessionToken session, EBPInstanceReference ebpInstanceReference)Instructs the runtime manager to instruct the specified activity to rollback its work done within the transaction it participated.voidExecutionControlManager. sendSignalToActivity(SessionToken session, EBPInstanceReference activity, int signal)Instructs the runtime manager to signal the specified event to the specified activity.voidRuntimeManager. startActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext)Instructs the runtime manager to start the Application assigned to the specified activity.GUIContextSynchronousActivityStarting. startActivitySynchronously(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] stateListener)Starts the designated activity in the designated execution mode and logs the agent, the organisational position.voidExecutionControlManager. suspendActivity(SessionToken session, EBPInstanceReference activity, boolean propagate)Instructs the execution control manager to suspend the specified activity and propagate the suspension if appropriate, e.voidLocalActivityStateNotifier. unregisterActivityStateListener(SessionToken session, EBPInstanceReference activity, ActivityStateNotification listener)Unregisters the designated listener for state changes of the designated activity.voidSynchronousActivityStarting. unregisterActivityStateListener(SessionToken session, EBPInstanceReference activity, URI[] stateListener)Unregisters the designated listener for activity terminations.ActivityStateExecutionControlManager. waitForTermination(SessionToken session, EBPInstanceReference activity, long timeToRespond)Waits for the designated time for the designated activity to terminate and returns the last state when leaving this method. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.runtimemanager.gui
Fields in de.aristaflow.adept2.core.runtimemanager.gui with type parameters of type EBPInstanceReference Modifier and Type Field Description protected Set<Pair<EBPInstanceReference,String>>AbstractGUIManager. earlyTerminatesThe activities (identified by the EBP instance reference and the execution session ID) of which the termination has already been notified but the corresponding GUI context has not yet been created.protected Map<Pair<EBPInstanceReference,String>,Pair<GUIContext,de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext>>AbstractGUIManager. guiContextsThe local and the corresponding transferred GUI contexts that have been created and not been closed yet, indexed by the pair that identifies the corresponding activity and its execution session.protected Map<EBPInstanceReference,Triple<LocalActivityStateNotifier,URI[],SessionToken>>AbstractGUIManager. listenersThe activity state listeners this GUI manager is registered at for the corresponding activities.Methods in de.aristaflow.adept2.core.runtimemanager.gui with parameters of type EBPInstanceReference Modifier and Type Method Description voidAbstractGUIManager. activityClosed(EBPInstanceReference activity, String sessionID)voidAbstractGUIManager. activityFailed(EBPInstanceReference activity, String sessionID, String errorMessage, String state, long errorCode)voidAbstractGUIManager. activityReset(EBPInstanceReference activity, String sessionID)voidAbstractGUIManager. activityResumed(EBPInstanceReference activity, String sessionID, URI[] newListener)voidAbstractGUIManager. activitySignalled(EBPInstanceReference activity, String sessionID, int signal)voidAbstractGUIManager. activitySuspended(EBPInstanceReference activity, String sessionID)voidAbstractGUIManager. activitySuspended(EBPInstanceReference activity, String sessionID, long timeout)protected voidAbstractGUIManager. closeGUIContext(EBPInstanceReference activity, String sessionID)Closes the local GUI context of the designated activity.URI[]AbstractGUIManager. getActivityStateListenerURIs(SessionToken session, EBPInstanceReference activity)URI[]RemoteGUIManager. getActivityStateListenerURIs(SessionToken session, EBPInstanceReference activity)Registers this GUI manager as state listener for the designated activity and returns the URIs of the (local) notification service that needs to be registered at theSynchronousActivityStarting.protected ExecutionControlManagerAbstractGUIManager. getExecutionControlManager(SessionToken session, EBPInstanceReference activity)Gets the execution control manager for the designated activity, that is, the execution control manager of the runtime manager of the designated activity.GUIContextGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionId, ExecutionContext executionContext, ExecutionControlManager executionControlManager, Thread thread)Gets an appropriate GUI context for the designated activity as configured locally for the corresponding client.ProcessConstants.NodeStateAbstractGUIManager. terminateRemoteExecution(SessionToken session, EBPInstanceReference activity, String sessionID)Terminates the (remote) execution of the designated activity, that is, the execution control manager of the designated activity is instructed appropriately. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return types with arguments of type EBPInstanceReference Modifier and Type Method Description Pair<Map<EBPInstanceReference,SimpleSessionContext>,Map<EBPInstanceReference,Throwable>>RemoteActivityStarting. getSimpleSessionContexts(SessionToken session, Collection<EBPInstanceReference> activities, ProcessConstants.ExecutionMode executionMode)Gets incomplete simple session contexts for the designated activities.Pair<Map<EBPInstanceReference,SimpleSessionContext>,Map<EBPInstanceReference,Throwable>>RemoteActivityStarting. getSimpleSessionContexts(SessionToken session, Collection<EBPInstanceReference> activities, ProcessConstants.ExecutionMode executionMode)Gets incomplete simple session contexts for the designated activities.Map<EBPInstanceReference,ProcessConstants.NodeState>RuntimeService. logoffAndTerminateActivities(SessionToken session, QualifiedAgent agent, boolean forceTermination)Logs the agent off that is identified by the designated client session factory.Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type EBPInstanceReference Modifier and Type Method Description BooleanRemoteExecutionControlManager. finishActivity(SessionToken session, EBPInstanceReference activity, long timeout)Sends a finish request just likeExecutionControlManager.finishActivity(SessionToken, EBPInstanceReference)but only waits the designated time for a response to the finish request.SimpleSessionContextRemoteActivityStarting. getSimpleSessionContext(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Gets an incomplete simple session context for the designated activity.BooleanRemoteExecutionControlManager. resetActivity(SessionToken session, EBPInstanceReference activity, long timeout)Sends a reset request just likeExecutionControlManager.resetActivity(SessionToken, EBPInstanceReference)but only waits the designated time for a response to the reset request.SimpleSessionContextRemoteActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity, URI[] exeMsgListener)Resumes the designated activity from the latest valid savepoint if the activity is appropriate for aRuntimeServiceand provides its process context and the execution session ID.BooleanRemoteExecutionControlManager. sendSignalToActivity(SessionToken session, EBPInstanceReference activity, int signal, long timeout)Sends a signal just likeExecutionControlManager.sendSignalToActivity(SessionToken, EBPInstanceReference, int)but only waits the designated time for a response to the signal.SimpleSessionContextRemoteActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] exeMsgListener)Starts the designated activity if it is appropriate for aRuntimeServiceand provides its process context and the execution session ID.BooleanRemoteExecutionControlManager. suspendActivity(SessionToken session, EBPInstanceReference activity, long timeout)Sends a suspend request just likeExecutionControlManager.suspendActivity(SessionToken, EBPInstanceReference, boolean)but only waits the designated time for a response to the suspend request.Method parameters in de.aristaflow.adept2.core.runtimeservice with type arguments of type EBPInstanceReference Modifier and Type Method Description Pair<Map<EBPInstanceReference,SimpleSessionContext>,Map<EBPInstanceReference,Throwable>>RemoteActivityStarting. getSimpleSessionContexts(SessionToken session, Collection<EBPInstanceReference> activities, ProcessConstants.ExecutionMode executionMode)Gets incomplete simple session contexts for the designated activities. -
Uses of EBPInstanceReference in de.aristaflow.adept2.core.worklistmanager
Methods in de.aristaflow.adept2.core.worklistmanager with parameters of type EBPInstanceReference Modifier and Type Method Description voidWorklistNotification. addActivity(ExecutableBusinessProcessInstance ebpInstance, ProcessConstants.NodeState state, boolean suppressed, EBPInstanceReference ebpInstanceReference, String staffAssignmentRule, boolean initialUpdate)Adds the activity, which is part of the designated node, to the worklists for the user specified by the designated staff assignment rule.voidWorklistNotification. addAndAssignActivity(ExecutableBusinessProcessInstance ebpInstance, ProcessConstants.NodeState state, boolean suppressed, EBPInstanceReference ebpInstanceReference, String staffAssignmentRule, QualifiedAgent agent, boolean initialUpdate)Adds and assigns the activity, which is part of the designated given node, to the worklist of the designated agent.voidWorklistNotification. assignAndUpdateActivity(EBPInstanceReference activity, ProcessConstants.NodeState state, QualifiedAgent agent)Assign and updates the designated activity.voidWorklistNotification. enquireActivity(EBPInstanceReference activity, Enquiry enquiry, boolean initialUpdate)Sets the designated activity in enquiry-mode, that is, the corresponding worklist item is offered to the recipients of the designated enquiry and the corresponding comment is provided appropriately in the worklist items.AdministrativeWorklistItemWorklistAdministration. getWorklistItem(SessionToken session, EBPInstanceReference activity)Gets the worklist item for the designated activity.Map<QualifiedAgent,UUID>WorklistAdministration. getWorklistsContaining(SessionToken session, EBPInstanceReference activity)Gets the IDs of the worklists containing the designated activity and the corresponding owners of the worklists.booleanWorklistAdministration. isOnWorklist(SessionToken session, EBPInstanceReference activity, QualifiedAgent agent)Gets whether the designated activity is on the worklist of the designated agent.booleanWorklistNotification. isOnWorklist(SessionToken session, EBPInstanceReference activity, QualifiedAgent agent)Gets whether the designated activity is on the worklist of the designated agent.voidWorklistNotification. promoteActivity(EBPInstanceReference activity, ProcessConstants.NodeState state, String staffAssignmentRule, QualifiedAgent agent)Promotes the designated (suppressed) activity, that is, the activity is added again to the previous worklists restoring the previous state.voidWorklistNotification. removeActivity(EBPInstanceReference activity)Removes the designated activity from all worklists.voidWorklistNotification. replyEnquiry(EBPInstanceReference activity, Enquiry enquiry, boolean initialUpdate)Unsets the current enquiry-mode from the designated activity, that is, the originator of the enquiry is offered the corresponding worklist item again together with the reply, encapsulated in the designated enquiry.voidWorklistNotification. suppressActivity(EBPInstanceReference activity, boolean initialUpdate)Suppresses the designated activity, that is, the activity is removed from all worklists but is kept within the worklist manager.voidWorklistNotification. updateActivityState(EBPInstanceReference activity, ProcessConstants.NodeState state)Updates the state of the designated activity. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common with parameters of type EBPInstanceReference Modifier and Type Method Description static ElementXMLExportTools. createEBPInstanceReferenceElement(Document document, String ns, EBPInstanceReference ebpIR, boolean namespaceAware)Creates an ebp instance reference element, based on the given ebp instance reference object. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.execution
Fields in de.aristaflow.adept2.model.execution declared as EBPInstanceReference Modifier and Type Field Description protected EBPInstanceReferenceInvalidRuntimeManagerException. ebpTheEBPInstanceReferencenot providing valid runtime manager URIs.Methods in de.aristaflow.adept2.model.execution with parameters of type EBPInstanceReference Modifier and Type Method Description ExecutableInstanceExecutionFactory. createExecutableInstance(UUID instanceID, UUID logID, String instanceName, UUID baseTemplateID, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference parentReference, long creationTime)Creates a new executable instance without the need to specify all the details.ExecutableInstanceExecutionFactory. createExecutableInstanceLwpIts(UUID instanceId, UUID logId, String instanceName, boolean modified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference parentReference, long creationTime, Map<Integer,ProcessConstants.NodeState> nodeStates, Map<Integer,ProcessConstants.ExecutionMode> executionModes, Map<Integer,Integer> nodeIterations, Map<Integer,Map<Integer,List<UUID>>> nodeLwpInstanceIds, Map<Integer,QualifiedAgent> nodePerformingAgents, Map<Integer,List<Enquiry>> currentEnquiries, Map<Integer,Enquiry> repliedEnquiries, URI[] instanceTerminationCallbackUris, Map<Integer,URI[]> runtimeManagerUris, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginData, Map<String,String> userAttributes)Creates an ExecutableInstance object.ExecutableInstanceExecutionFactory. createExecutableInstanceLwpIts(UUID instanceId, UUID logId, String instanceName, boolean modified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference parentReference, long creationTime, Map<Integer,ProcessConstants.NodeState> nodeStates, Map<Integer,ProcessConstants.ExecutionMode> executionModes, Map<Integer,Integer> nodeIterations, Map<Integer,Map<Integer,List<UUID>>> nodeLwpInstanceIds, Map<Integer,QualifiedAgent> nodePerformingAgents, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginData, Map<String,String> userAttributes)Creates an ExecutableInstance object.Constructors in de.aristaflow.adept2.model.execution with parameters of type EBPInstanceReference Constructor Description InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state)Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference.InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state, Throwable cause)Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return EBPInstanceReference Modifier and Type Method Description EBPInstanceReferenceProcessModelFactory. createEBPInstanceReference(int nodeID, Instance instance, URI[] executionManagerURIs)Create a new EBP instance reference object for the designated node of the designated instance being from the designated execution manager.EBPInstanceReferenceProcessModelFactory. createEBPInstanceReference(EBPType type, UUID instanceID, UUID instanceLogID, UUID baseTemplateID, int nodeID, int nodeIteration, URI[] executionManagerURIs)Create a new EBP instance reference object.EBPInstanceReferenceProcessModelFactory. createEBPInstanceReference(EBPType type, UUID instanceID, UUID instanceLogID, UUID baseTemplateID, int nodeID, int nodeIteration, URI[] executionManagerURIs, URI[] runtimeManagerURIs)Create a new EBP instance reference object.EBPInstanceReferenceInstance. getParentEBPReference()Returns the reference to the super-instance, if this instance is a sub-process.Methods in de.aristaflow.adept2.model.processmodel with parameters of type EBPInstanceReference Modifier and Type Method Description InstanceProcessModelFactory. createInstanceLwpIts(UUID id, UUID logId, String name, boolean isModified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference ebpInstanceReference, long creationTime, Map<Integer,ProcessConstants.NodeState> nodeStates, Map<Integer,Integer> nodeIterations, Map<Integer,ProcessConstants.ExecutionMode> nodeExecutionModes, Map<Integer,Map<Integer,List<UUID>>> nodeLwpInstanceIds, Map<Integer,QualifiedAgent> activityAgents, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginData, Map<String,String> userAttributes)Create an Instance. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.processmodel.xml
Methods in de.aristaflow.adept2.model.processmodel.xml that return EBPInstanceReference Modifier and Type Method Description static EBPInstanceReferenceProcessModelXMLImportTools. getEBPInstanceReference(Element ebpInstanceReferenceElement, ProcessModelFactory pmf)Create a new ebp instance reference object from the given xml element. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.runtimeenvironment
Fields in de.aristaflow.adept2.model.runtimeenvironment declared as EBPInstanceReference Modifier and Type Field Description protected EBPInstanceReferenceWrongRuntimeManagerException. ebpA reference to the executable business process that has been started on another runtime manager.Methods in de.aristaflow.adept2.model.runtimeenvironment that return EBPInstanceReference Modifier and Type Method Description EBPInstanceReferenceSessionContext. getEBPInstanceReference()Returns the reference to the corresponding process step which contains all information to identify the process step.EBPInstanceReferenceSimpleSessionContext. getEBPInstanceReference()Returns the reference to the corresponding process step which contains all information to identify the process step.EBPInstanceReferenceWrongRuntimeManagerException. getEBPInstanceReference()Gets the reference to the executable business process that has been started on another runtime manager.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type EBPInstanceReference Modifier and Type Method Description SimpleSessionContextRuntimeEnvironmentFactory. createSimpleSessionContext(String sessionID, EBPInstanceReference ebpIR, SerialisableDataContext dataContext, ActivityInstance activity, ProcessConstants.ExecutionMode executionMode, Enquiry currentEnquiry, Enquiry repliedEnquiry, Map<String,String> userAttributes)Creates a new simple session context for starting an activity in a runtime service.SimpleSessionContextRuntimeEnvironmentFactory. createSimpleSessionContext(String sessionId, String savepoint, EBPInstanceReference ebpIr, SerialisableDataContext dataContext, ActivityInstance activity, ProcessConstants.ExecutionMode executionMode, Enquiry currentEnquiry, Enquiry repliedEnquiry, Map<String,String> userAttributes)Creates a new simple session context for resuming an activity in a runtime service.SessionContextRuntimeEnvironmentFactory. getInitialSessionContext(ClientSessionFactory sessionFactory, String sessionID, EBPInstanceReference ebpInstanceReference, DataContext dataContext, ExecutionContext executionContext, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type EBPInstanceReference Constructor Description WrongRuntimeManagerException(URI[] expectedRuntimeManager, EBPInstanceReference ebp)Constructs a newWrongRuntimeManagerExceptionto indicate that the called runtime manager does not execute the designated activity. -
Uses of EBPInstanceReference in de.aristaflow.adept2.model.worklistmodel
Classes in de.aristaflow.adept2.model.worklistmodel that implement EBPInstanceReference Modifier and Type Class Description classADEPT2ActivityReferenceAn activity reference to an ADEPT2 activity represented by a node of a process instance.classADEPT2EBPReferenceThe default implementation of an activity reference.classLWPActivityReferenceAn activity reference to an ADEPT2 lightweight-process represented by a node of a process instance.Methods in de.aristaflow.adept2.model.worklistmodel that return EBPInstanceReference Modifier and Type Method Description EBPInstanceReferenceWorklistModelFactory. createEBPInstanceReference(EBPType type, UUID instanceID, UUID instanceLogID, UUID baseTemplateID, int nodeID, int nodeIteration, URI[] executionManagerURIs)Create a new EBP instance reference object.EBPInstanceReferenceWorklistModelFactory. createEBPInstanceReference(EBPType type, UUID instanceID, UUID instanceLogID, UUID baseTemplateID, int nodeID, int nodeIteration, URI[] executionManagerURIs, URI[] runtimeManagerURIs)Create a new EBP instance reference object.Constructors in de.aristaflow.adept2.model.worklistmodel with parameters of type EBPInstanceReference Constructor Description ADEPT2ActivityReference(EBPInstanceReference ebpInstanceReference, ActivityInstance activityInstance, Map<String,String> userAttributes)Creates a new activity reference object for ADEPT2-activities based on the designated EBP-Instance-Reference.ADEPT2EBPReference(EBPInstanceReference ebpIR, ExecutableBusinessProcessInstance ebpInstance, String activityReferenceType, Map<String,String> userAttributes)Creates a new activity reference object for ADEPT2-EBPs based on the designated EBP-Instance-Reference.LWPActivityReference(EBPInstanceReference ebpInstanceReference, LightWeightProcessInstance lwpInstance, Map<String,String> userAttributes)Creates a new activity reference object for ADEPT2-LWPs based on the designated EBP-Instance-Reference. -
Uses of EBPInstanceReference in de.aristaflow.adept2.ui.events
Methods in de.aristaflow.adept2.ui.events that return EBPInstanceReference Modifier and Type Method Description EBPInstanceReferenceSelectedEBPChangedEvent. getElement()Returns the EBPInstanceReference of the selected activity.Constructors in de.aristaflow.adept2.ui.events with parameters of type EBPInstanceReference Constructor Description SelectedEBPChangedEvent(EBPInstanceReference reference, Object source)Creates this event. -
Uses of EBPInstanceReference in de.aristaflow.adept2.ui.guimanager
Methods in de.aristaflow.adept2.ui.guimanager with parameters of type EBPInstanceReference Modifier and Type Method Description protected GUIContextRemoteHTMLGUIManager. createRemoteHtmlContext(SessionToken session, ActivityInstance actInst, EBPInstanceReference activity, String sessionId, ExecutionContext execContext, Thread thread, HTTPService httpService)Creates a newHTMLContextfor handling the interaction between webserver andExecutableComponentand also to provide theURLto a client allowing to call theURLremotely.GUIContextNullGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread)GUIContextRemoteHTMLGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread) -
Uses of EBPInstanceReference in de.aristaflow.adept2.ui.htmlgui
Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type EBPInstanceReference Constructor Description RemoteHTMLContext(Thread thread, SessionToken session, HTTPService httpService, String sessionId, ActivityInstance activityInstance, EBPInstanceReference activity, ExecutionContext executionContext)Creates a newHTMLContextfor handling the interaction between webserver andExecutableComponentand also to provide theURLto a client allowing to call theURLremotely.TransferredURLContext(URL url, ActivityInstance activityInstance, EBPInstanceReference activity, String sessionID, ExecutionContext executionContext)Creates a newURLContextproviding the designatedURLthat contains the GUI of the correspondingHTMLContext. -
Uses of EBPInstanceReference in de.aristaflow.adept2.ui.remotegui
Fields in de.aristaflow.adept2.ui.remotegui declared as EBPInstanceReference Modifier and Type Field Description protected EBPInstanceReferenceAbstractTransferableGUIContext. activityTheEBPInstanceReferenceidentifying the process instance node this GUI context has been created for.Methods in de.aristaflow.adept2.ui.remotegui that return EBPInstanceReference Modifier and Type Method Description EBPInstanceReferenceAbstractTransferableGUIContext. getEBPInstanceReference()Constructors in de.aristaflow.adept2.ui.remotegui with parameters of type EBPInstanceReference Constructor Description AbstractTransferableGUIContext(ActivityInstance activityInstance, EBPInstanceReference activity, String sessionID, ExecutionContext executionContext, String transfrdGUIContextID)Creates a new instance of the base implementation of aTransferableGUIContexthaving the designated fields. -
Uses of EBPInstanceReference in de.aristaflow.ilm.core.executionmanager
Methods in de.aristaflow.ilm.core.executionmanager with parameters of type EBPInstanceReference Modifier and Type Method Description voidInstanceStateNotificationWrapper. autoStartPending(EBPInstanceReference act, long termTime, QualifiedAgent agent, URI[] rtMgr, boolean rtmResolved) -
Uses of EBPInstanceReference in de.aristaflow.ilm.core.runtimemanager
Fields in de.aristaflow.ilm.core.runtimemanager declared as EBPInstanceReference Modifier and Type Field Description protected EBPInstanceReferenceActivityStateNotificationWrapper. jActivityThe (Java) activity for unregistering inActivityStateNotificationWrapper.cleanup().Fields in de.aristaflow.ilm.core.runtimemanager with type parameters of type EBPInstanceReference Modifier and Type Field Description protected ConcurrentMap<EBPInstanceReference,ActivityStateNotificationWrapper>ActivityStateNotificationWrapper. listenersThe map to unregister from inActivityStateNotificationWrapper.cleanup().Methods in de.aristaflow.ilm.core.runtimemanager with parameters of type EBPInstanceReference Modifier and Type Method Description voidActivityStateNotificationWrapper. activityClosed(EBPInstanceReference activity, String sessionId)voidActivityStateNotificationWrapper. activityFailed(EBPInstanceReference activity, String sessionId, String errorMessage, String state, long errorCode)voidActivityStateNotificationWrapper. activityReset(EBPInstanceReference activity, String sessionId)voidActivityStateNotificationWrapper. activityResumed(EBPInstanceReference activity, String sessionId, URI[] newListener)voidActivityStateNotificationWrapper. activitySignalled(EBPInstanceReference activity, String sessionId, int signal)voidActivityStateNotificationWrapper. activitySuspended(EBPInstanceReference activity, String sessionId)voidActivityStateNotificationWrapper. activitySuspended(EBPInstanceReference activity, String sessionId, long timeout)Constructors in de.aristaflow.ilm.core.runtimemanager with parameters of type EBPInstanceReference Constructor Description ActivityStateNotificationWrapper(ActivityStateCallback asc, boolean ignoreResumed, SessionToken session, EBPInstanceReference jActivity, ConcurrentMap<EBPInstanceReference,ActivityStateNotificationWrapper> listeners, LocalActivityStateNotifier lasn)Creates a new wrapper for the designatedActivityStateCallback.Constructor parameters in de.aristaflow.ilm.core.runtimemanager with type arguments of type EBPInstanceReference Constructor Description ActivityStateNotificationWrapper(ActivityStateCallback asc, boolean ignoreResumed, SessionToken session, EBPInstanceReference jActivity, ConcurrentMap<EBPInstanceReference,ActivityStateNotificationWrapper> listeners, LocalActivityStateNotifier lasn)Creates a new wrapper for the designatedActivityStateCallback. -
Uses of EBPInstanceReference in de.aristaflow.ilm.model.processmodel
Methods in de.aristaflow.ilm.model.processmodel that return EBPInstanceReference Modifier and Type Method Description static EBPInstanceReferenceTransformation. fromIlm(ProcessModelFactory pmf, EbpInstanceReference activity)Methods in de.aristaflow.ilm.model.processmodel with parameters of type EBPInstanceReference Modifier and Type Method Description static EbpInstanceReferenceTransformation. toIlm(EBPInstanceReference activity) -
Uses of EBPInstanceReference in de.aristaflow.ilm.model.runtimeenvironment
Method parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type EBPInstanceReference Modifier and Type Method Description static ActivityWithActStateTransformation. toIlm(Pair<EBPInstanceReference,ActivityState> pair)static ActivityWithNodeStateTransformation. toIlmNs(Pair<EBPInstanceReference,ProcessConstants.NodeState> pair) -
Uses of EBPInstanceReference in de.aristaflow.ilm.ws.core.runtimemanager
Fields in de.aristaflow.ilm.ws.core.runtimemanager with type parameters of type EBPInstanceReference Modifier and Type Field Description protected ConcurrentMap<EBPInstanceReference,ActivityStateNotificationWrapper>SynchronousActivityStartingWebService. listenersThe map containing all registered activity state listeners (viaActivityStateCallback).Methods in de.aristaflow.ilm.ws.core.runtimemanager with parameters of type EBPInstanceReference Modifier and Type Method Description protected URI[]SynchronousActivityStartingWebService. wrap(SessionToken session, EBPInstanceReference jActivity, ActivityStateCallback callback, boolean resume)
-