| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.core.worklistmanager | |
| de.aristaflow.adept2.model.worklistmodel |
| Constructor and Description |
|---|
WorklistHandler(WorklistManager wlm,
WorklistUpdateConfiguration updateConfiguration,
long recheckTime,
int createWorklistSilentCount,
long createWorklistRetryDelay,
boolean resumeOnly,
int addSourceRetries,
long addSourceRetryDelay,
AbstractEventManager eventManager,
Registry registry,
long reconnectRecheckTime,
java.util.logging.Level reconnectLogLevel)
Creates a new instance of the worklist handler that creates event sources
for worklist items with activities that wait for an event.
|
| Modifier and Type | Method and Description |
|---|---|
WorklistUpdateConfiguration |
WorklistUpdateManager.getMailNotificationInformation(SessionToken session,
QualifiedAgent mailReceiver)
Gets the update configuration for the mail notification information of the
designated worklist.
|
| Modifier and Type | Method and Description |
|---|---|
ClientWorklist |
WorklistUpdateManager.createClientWorklist(SessionToken session,
java.util.UUID worklistID,
WorklistUpdateConfiguration configuration,
boolean emptyWorklist)
Creates a client-side worklist for the designated worklist ID with the
designated configuration.
|
ClientWorklist |
WorklistUpdateManager.logonAndCreateClientWorklist(SessionToken session,
WorklistUpdateConfiguration configuration,
boolean emptyWorklist)
Logs the designated agent on and creates a client-side worklist with the
designated configuration.
|
void |
WorklistUpdateManager.setMailNotification(SessionToken session,
RichAgent mailReceiver,
boolean mailNotify,
WorklistUpdateConfiguration configuration)
Activates or deactivates the mail notification for the designated agent
(the explicitly provided, not the one from the session token).
|
| Modifier and Type | Method and Description |
|---|---|
WorklistUpdateConfiguration |
WorklistModelFactory.createPullWorklistConfiguration(Filter worklistFilter)
Creates a default worklist configuration object with pull updates and the
designated filter.
|
WorklistUpdateConfiguration |
WorklistModelFactory.createPushWorklistConfiguration(long minInterval,
Filter worklistFilter)
Creates a default worklist configuration object with push updates having
the designated minimal interval between updates and the designated filter.
|
WorklistUpdateConfiguration |
WorklistModelFactory.createWorklistConfiguration(int updateModeThreshold,
java.util.Map<java.lang.Integer,java.lang.Long> updateInterval,
boolean incrementallyUpdates,
Filter worklistFilter,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates a new worklist configuration object.
|
WorklistUpdateConfiguration |
ClientWorklist.getWorklistUpdateConfiguration()
Get the configuration of the worklist (e. g. the update mode).
|
| Modifier and Type | Method and Description |
|---|---|
ClientWorklist |
WorklistModelFactory.createClientWorklist(java.util.UUID worklistID,
long clientWorklistId,
QualifiedAgent agent,
long initDate,
long revision,
WorklistUpdateConfiguration worklistConfiguration,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates a new client worklist object.
|