| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<EBPInstanceReference,Triple<java.lang.String,java.lang.String,java.lang.String>> |
WorklistHandler.runningItems
Mapping of the EBP instance reference to the corresponding execution
session.
|
protected ObjectCounting<Triple<java.lang.String,java.lang.String,java.lang.String>> |
AbstractEventManager.sourceCount
The amount of sources per source ID.
|
| Modifier and Type | Method and Description |
|---|---|
protected Triple<java.lang.Throwable,java.lang.Integer,java.lang.Long> |
WorklistHandler.addEventSource(WorklistItem item)
Adds an event source for the designated worklist item, that is the session
context of the activity is retrieved by starting or resuming the item, an
event source is created by the appropriate event manager and the event
handler is initialised and added.
|
| Modifier and Type | Method and Description |
|---|---|
protected Triple<java.lang.Boolean,java.io.File,java.lang.Boolean> |
FileMarkHandler.markFile(FileEvent eve,
boolean consumed)
Extracted from
FileMarkHandler.handleEvent(Event, boolean) so that it could be extended with the
destination file, i.e. the file the source was renamed or moved to. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<EBPInstanceReference,Triple<ActivityStateListener,java.net.URI[],SessionToken>> |
AbstractGUIManager.listeners
The activity state listeners this GUI manager is registered at for the corresponding
activities.
|
| Modifier and Type | Method and Description |
|---|---|
static Triple<java.math.BigInteger,java.math.BigInteger,java.math.BigInteger> |
ConfigurationTools.createKeyPair(int keySize)
Creates a RSA key pair and returns the modulus, the public and the private
exponent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialisableTriple<F,S,T>
A triple that is serialisable.
|