| Package | Description |
|---|---|
| de.aristaflow.adept2.core.worklistmanager | |
| de.aristaflow.adept2.model.worklistmodel |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorklistUpdateManager.addUpdateableClientWorklist(SessionToken session,
ClientWorklist worklist)
Registers a client worklist so that it receives (pushed) updates.
|
void |
WorklistUpdateManager.removeUpdateableClientWorklist(SessionToken session,
ClientWorklist worklist)
Deregisters a client worklist so that it does not receive any (pushed)
updates any more.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,ClientWorklist> |
InternalWorklist.getUpdateableClientWorklists()
Returns all client worklists that are registered as recipient for push
updates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalWorklist.addUpdateableClientWorklist(ClientWorklist clientWorklist)
Adds the given client worklist as recipient for push updates.
|
static boolean |
ClientWorklist.equals(ClientWorklist me,
java.lang.Object obj)
Implements equality on
ClientWorklists. |
void |
InternalWorklist.removeUpdateableClientWorklist(ClientWorklist clientWorklist)
Removes the given client worklist as recipient for push updates
|
void |
ClientWorklistListener.worklistUpdated(ClientWorklist clientWorklist,
WorklistUpdate worklistUpdate)
Informs the listener that the given client worklist was updated with the given worklist update.
|
| Modifier and Type | Method and Description |
|---|---|
InternalWorklist<InternalWorklistItem> |
WorklistModelFactory.createInternalWorklist(java.util.UUID worklistID,
long nextClientWorklistId,
QualifiedAgent agent,
long revision,
java.util.List<InternalWorklistItem> worklistItems,
java.lang.String substitutionRule,
long absenceFrom,
long absenceTo,
java.util.Map<java.lang.String,java.lang.String> userAttributes,
java.util.Map<java.lang.Long,ClientWorklist> clientWorklists)
Creates a new worklist for internal use, with existing client worklists.
|