Serialized Form
-
Package de.aristaflow.adept2.base.communication
-
Class de.aristaflow.adept2.base.communication.CallbackObjectNotRegistered extends de.aristaflow.adept2.model.communication.CommunicationStackException implements Serializable
- serialVersionUID:
- -5993657659074627211L
-
Serialization Methods
-
readResolve
private Object readResolve()
Deprecated.Replace every deserialisedde.aristaflow.adept2.base.communication.CallbackObjectNotRegistered
by the new classde.aristaflow.adept2.model.communication.CallbackObjectNotRegistered
. Due to the inheritance, on API-level this is compatible.
-
-
Serialized Fields
-
callbackID
URI callbackID
Deprecated.The callback ID that cannot be resolved.
-
-
Class de.aristaflow.adept2.base.communication.CommunicationStackException extends Exception implements Serializable
- serialVersionUID:
- -8824347348720087284L
-
Serialization Methods
-
readResolve
private Object readResolve()
Deprecated.Replace every deserialisedde.aristaflow.adept2.base.communication.CommunicationStackException
by the new classde.aristaflow.adept2.model.communication.CommunicationStackException
. Due to the inheritance, on API-level this is compatible.
-
-
Class de.aristaflow.adept2.base.communication.ReplyMessage extends de.aristaflow.adept2.model.communication.Message implements Serializable
- serialVersionUID:
- -8673614480213835052L
-
Serialized Fields
-
requestID
long requestID
The identifier of the message this message responses to.
-
-
Class de.aristaflow.adept2.base.communication.ServiceConnectionException extends RuntimeException implements Serializable
- serialVersionUID:
- -8278617534240199561L
-
Serialization Methods
-
readResolve
private Object readResolve()
Deprecated.Replace every deserialisedde.aristaflow.adept2.base.communication.ServiceConnectionException
by the new classde.aristaflow.adept2.model.communication.ServiceConnectionException
. Due to the inheritance, on API-level this is compatible.
-
-
-
Package de.aristaflow.adept2.base.communication.invocation
-
Class de.aristaflow.adept2.base.communication.invocation.InvocationMessage extends de.aristaflow.adept2.model.communication.Message implements Serializable
- serialVersionUID:
- -3140750641838209832L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
additionalAttributes
Map<String,Serializable> additionalAttributes
-
callback
boolean callback
-
exception
Throwable exception
-
invocationId
SerialisablePair<String,Long> invocationId
-
isServerSideCallback
boolean isServerSideCallback
-
isVoid
boolean isVoid
-
methodNames
Stack<String> methodNames
-
parameters
Object[] parameters
-
parameterTypes
Class<?>[] parameterTypes
-
processingTime
double processingTime
-
remoteIdentifier
URI remoteIdentifier
-
remoteService
URI remoteService
-
result
Object result
-
roundTripAddAttrs
Collection<String> roundTripAddAttrs
-
suppressServerStack
boolean suppressServerStack
-
usingInterface
Class<?> usingInterface
-
usingObject
Object usingObject
-
version
String version
-
-
Class de.aristaflow.adept2.base.communication.invocation.InvocationReplyMessage extends ReplyMessage implements Serializable
- serialVersionUID:
- 2240364366696020855L
-
Serialized Fields
-
additionalAttributes
Map<String,Serializable> additionalAttributes
-
exception
Throwable exception
-
invocationId
SerialisablePair<String,Long> invocationId
-
isServerSideCallback
boolean isServerSideCallback
-
isVoid
boolean isVoid
-
processingTime
double processingTime
-
replyValue
Object replyValue
-
sessionToken
SessionToken sessionToken
-
-
Class de.aristaflow.adept2.base.communication.invocation.ServerSideException extends RuntimeException implements Serializable
- serialVersionUID:
- -2120693609922827126L
-
-
Package de.aristaflow.adept2.base.configuration
-
Class de.aristaflow.adept2.base.configuration.AbortServiceException extends Exception implements Serializable
-
Class de.aristaflow.adept2.base.configuration.ConfigurationException extends AbortServiceException implements Serializable
- serialVersionUID:
- 6990468213459312975L
-
Class de.aristaflow.adept2.base.configuration.IllegalConfigurationDescriptionException extends RuntimeException implements Serializable
- serialVersionUID:
- -4067956468452572334L
-
Class de.aristaflow.adept2.base.configuration.PropertyNotSetException extends ConfigurationException implements Serializable
- serialVersionUID:
- -5083993229556319447L
-
-
Package de.aristaflow.adept2.base.dbaccess.drivermanager
-
Class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverNotFoundException extends Exception implements Serializable
- serialVersionUID:
- -3612918148404512231L
-
-
Package de.aristaflow.adept2.base.globalregistry
-
Class de.aristaflow.adept2.base.globalregistry.WrongClusterException extends ServiceNotKnownException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actualCluster
String actualCluster
The actual cluster name.
-
-
-
Package de.aristaflow.adept2.base.licensing
-
Class de.aristaflow.adept2.base.licensing.ActivationData extends Object implements Serializable
- serialVersionUID:
- 3395074686704467671L
-
Serialized Fields
-
activationID
int activationID
The ID of the activation which is a continuous number counting the successful and unsuccessful activation requests. -
activationTime
long activationTime
The time this activation has been successful, as provided by the activation server. -
document
String document
The (signed) XML document representing this activation data as retrieved from the activation server. -
licenceID
int licenceID
The ID of the licence which is activated. -
localActivationTime
long localActivationTime
The time this activation has been successful, as provided by the local system. This allows to check for the time difference between the activation server and the local system time.
-
-
Class de.aristaflow.adept2.base.licensing.InvalidLicenceException extends Exception implements Serializable
- serialVersionUID:
- -213346452476346970L
-
Serialized Fields
-
code
int code
The internal code that caused thisInvalidLicenceException
.
-
-
-
Package de.aristaflow.adept2.base.security
-
Class de.aristaflow.adept2.base.security.AuthenticationException extends Exception implements Serializable
- serialVersionUID:
- 8673452014201825380L
-
Serialized Fields
-
countMeasReq
boolean countMeasReq
Whether countermeasures should been taken for this authentication exception. If a service takes countermeasures it should reset this to prevent calling services from taking additional countermeasures. -
possibleAttack
boolean possibleAttack
Whether this authentication exception is caused by wrong authentication data and therefore countermeasures may be required to prevent authentication attacks. To avoid duplicate countermeasures, services taking these should resetthe corresponding flag
.
-
-
Class de.aristaflow.adept2.base.security.PasswordPolicyException extends Exception implements Serializable
- serialVersionUID:
- -8569059949439160070L
-
Serialized Fields
-
problem
String problem
The problem leading to the exception.
-
-
-
Package de.aristaflow.adept2.base.security.callbacks
-
Class de.aristaflow.adept2.base.security.callbacks.AppNameCallback extends NameCallback implements Serializable
- serialVersionUID:
- -6984210046014779635L
-
Class de.aristaflow.adept2.base.security.callbacks.OrgPositionChoiceCallback extends ChoiceCallback implements Serializable
- serialVersionUID:
- -1475084985736873389L
-
Serialized Fields
-
agents
List<QualifiedAgent> agents
TheQualifiedAgent
s that are choices of this callback.
-
-
Class de.aristaflow.adept2.base.security.callbacks.UserSessionIDCallback extends Object implements Serializable
- serialVersionUID:
- -1208269182309212102L
-
Serialized Fields
-
agents
List<QualifiedAgent> agents
The agents for which to retrieve user session IDs. -
sessionIDs
HashMap<QualifiedAgent,String> sessionIDs
The session IDs indexed by the corresponding agent.
-
-
-
Package de.aristaflow.adept2.base.service
-
Class de.aristaflow.adept2.base.service.AbortTransactionException extends ADEPT2ServiceException implements Serializable
- serialVersionUID:
- -6417909642842480348L
-
Serialized Fields
-
session
SessionToken session
The session token that initiated the transaction that is to be aborted.
-
-
Class de.aristaflow.adept2.base.service.ADEPT2ServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 76969438721100686L
-
Class de.aristaflow.adept2.base.service.InternalServiceException extends ADEPT2ServiceException implements Serializable
- serialVersionUID:
- 6269341651276786692L
-
Class de.aristaflow.adept2.base.service.InvalidServiceStateException extends ADEPT2ServiceException implements Serializable
- serialVersionUID:
- -613661825443739266L
-
Class de.aristaflow.adept2.base.service.InvalidServiceUsageException extends ADEPT2ServiceException implements Serializable
- serialVersionUID:
- 7266543032586271190L
-
Class de.aristaflow.adept2.base.service.LicenceViolationException extends AbortServiceException implements Serializable
- serialVersionUID:
- -5161748947913559348L
-
Serialized Fields
-
code
int code
The internal code that caused thisLicenceViolationException
.
-
-
Class de.aristaflow.adept2.base.service.RTServiceNotKnownException extends RuntimeException implements Serializable
-
Serialized Fields
-
snke
ServiceNotKnownException snke
Deprecated.The wrapped checkedServiceNotKnownException
.
-
-
-
Class de.aristaflow.adept2.base.service.ServiceAccessControlException extends ADEPT2ServiceException implements Serializable
- serialVersionUID:
- 3997381724998221969L
-
Class de.aristaflow.adept2.base.service.ServiceNotKnownException extends AbortServiceException implements Serializable
- serialVersionUID:
- 2770194383943084333L
-
-
Package de.aristaflow.adept2.base.servletcontainer
-
Class de.aristaflow.adept2.base.servletcontainer.Default404Servlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException extends Exception implements Serializable
- serialVersionUID:
- 7518981887679209719L
-
-
Package de.aristaflow.adept2.base.servletcontainer.demux
-
Class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
demuxServlet
DemuxServlet demuxServlet
The demultiplexing servlet which forwards to the servlets added via this context. -
innerContextPath
String innerContextPath
The path of this context, i. e. the context for the inner servlets. This is the path of the outer servlet context combined with the servlet path, i. e. the mapping of the demultiplexing servlet. -
ownInitParams
Map<String,String> ownInitParams
The parameters set at this context. This will be merged with the init parameters of the parent servlet context. The names of this and the parameters of the parent are disjoint. -
ownServlets
Map<String,DeferredDynamic> ownServlets
The servlets added dynamically via this context. -
parentContext
javax.servlet.ServletContext parentContext
The parent servlet context to which to delegate to. -
servletPath
String servletPath
The servlet path, i. e. the last part of theDeferredServletContext.innerContextPath
. This is without leading and trailing slashes. It will be appended to the path before delegatingDeferredServletContext.getRealPath(String)
-
-
Class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
javax.servlet.ServletConfig config
The config of this servlet. This is the outer servlet config. It will not be used directly by sub servlets. -
contextPath
String contextPath
The (inner) context path, i. e. the path of the deferred servlet context. This is required to adapt the paths of incoming requests for the sub servlets. The demultiplexing servlet has to be hidden from them. -
default404
DynamicServlet default404
The default 404 servlet used in case no other servlet has been found for a specific path/target. -
dsc
DeferredServletContext dsc
TheDeferredServletContext
, i. e. the inner servlet context used by the sub servlets. -
pathMappings
org.eclipse.jetty.http.pathmap.PathMappings<DynamicServlet> pathMappings
All path mappings known by this demultiplexing servlet. This allows to demultiplex incoming requests to the corresponding servlet. It also allows to track already known paths and prevents several servlets having the same mapping. The first registered path/servlet wins, later servlets will be refused.
Access to this map is synchronised viaDemuxServlet.paths
.- See Also:
ServletRegistration.addMapping(String...)
-
paths
Map<String,Collection<String>> paths
The paths for each servlet; key is the corresponding servlet name. Each servlet mapping may contain several paths, i. e. each servlet may have several URL mappings.
Paths are added before initialising a servlet so this map may contain a servlet path for which no servlet is inDemuxServlet.servlets
.When accessing
DemuxServlet.servlets
orDemuxServlet.paths
synchronise on the field. If both locks are required, make sure to getDemuxServlet.servlets
beforeDemuxServlet.paths
! This is especially critical when calling methods internally. -
servletName
String servletName
The name of this demultiplexing servlet for logging purpose. -
servlets
Map<String,Pair<DynamicServlet,String>> servlets
All sub servlets registered at this servlet (or rather the corresponding servlet context). Key of the map is the corresponding servlet name, values are the servlet as well as the hierarchical servlet context, i. e. more or less the main URL mapping of the servlet. The servlet hierchical servlet context is required to resolve the servlet path correctly within the demultiplexing request.
This map only contains fully initialised servlets. Before this,DemuxServlet.paths
andDemuxServlet.pathMappings
may already contain the mappings for a servlet.When accessing
DemuxServlet.servlets
orDemuxServlet.paths
synchronise on the field. If both locks are required, make sure to getDemuxServlet.servlets
beforeDemuxServlet.paths
! This is especially critical when calling methods internally.
-
-
-
Package de.aristaflow.adept2.base.sessionmanagement
-
Class de.aristaflow.adept2.base.sessionmanagement.QualifiedAgent extends Object implements Serializable
- serialVersionUID:
- -7119385607111995003L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Sets the singleton flag to false and interns the string fields when deserialising. Note that this is called beforeQualifiedAgent.readResolve()
so the deserialised object is usually not the singleton instance, unless it is the first deserialised instance of this qualified agent.- Throws:
IOException
- If default reading fails, anIOException
will be thrown.ClassNotFoundException
- If default reading fails to load a required class, aClassNotFoundException
will be thrown. However, this should never occur since this class has only standard classes as members.
-
readResolve
private Object readResolve()
Replace the deserialised qualified agent by the corresponding interned instance.
-
-
Serialized Fields
-
agentID
long agentID
the Agent's ID -
agentUserName
String agentUserName
the Agent's user name -
orgPositionID
long orgPositionID
The ID of the Agent's OrgPosition. -
orgPositionName
String orgPositionName
The name of the Agent's OrgPostion. -
userSessionID
String userSessionID
The user session ID as provided by various (client) frameworks like HTTP-Session-IDs or alike. This may be null.
-
-
Class de.aristaflow.adept2.base.sessionmanagement.RichAgent extends Object implements Serializable
- serialVersionUID:
- 7465435863450172584L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Interns the string fields when deserialising.- Throws:
IOException
- If default reading fails, anIOException
will be thrown.ClassNotFoundException
- If default reading fails to load a required class, aClassNotFoundException
will be thrown.
-
-
Serialized Fields
-
additionalAttributes
HashMap<String,String> additionalAttributes
Additional (optional) attributes as provided by the organisational model. -
agent
QualifiedAgent agent
The system identification of this agent. -
locale
Locale locale
The locale configured for this agent. -
mailAddress
String mailAddress
The mail-address of the agent (as set at creation time of this object). -
userReadableName
String userReadableName
The name of the agent as a user readable string,
-
-
Class de.aristaflow.adept2.base.sessionmanagement.SecurityTokenIntegrityException extends IntegrityException implements Serializable
- serialVersionUID:
- -7678667126317014497L
-
Class de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken extends Object implements Serializable
- serialVersionUID:
- -327287766708068499L
-
Serialized Fields
-
token
SignedObject token
The signed security token containing the inner security token and the signature.
-
-
-
Package de.aristaflow.adept2.core.client
-
Class de.aristaflow.adept2.core.client.AddAttrSessionFactory extends Object implements Serializable
- serialVersionUID:
- 8262597470226918785L
-
Serialized Fields
-
addAttr
HashMap<String,String> addAttr
The additional attributes that will be added to all created session tokens and may be complemented by provided additional attributes if appropriate. -
csf
ClientSessionFactory csf
The client session factory to which all requests are forwarded.
-
-
-
Package de.aristaflow.adept2.core.eventmanager.dbevents
-
Class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl extends Object implements Serializable
- serialVersionUID:
- -87727027791446553L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Sets a decoupled logger based on the classname which is usually different from the one set via constructor and restores the behaviour with the cleanup.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
columnLabels
String[] columnLabels
The labels of the columns of thisMemoryResultSet
. These are usually provided viaResultSetMetaData.getColumnLabel(int)
. -
columnTypes
ProcessConstants.AdeptDataType[] columnTypes
The data types of the columns of thisMemoryResultSet
. EachAdeptDataType
is the type that corresponds closest to the corresponding SQL type. -
values
List<Serializable[]> values
A list of values where each list entry corresponds to a row. The type of the values are the Java-types corresponding to theAdeptDataType
of the column.
-
-
Class de.aristaflow.adept2.core.eventmanager.dbevents.WindowedMemoryResultSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
firstRow
int firstRow
The first row in the wrapped result set being part of the window. -
resultSet
MemoryResultSet resultSet
The wrapped result set. -
rowCount
int rowCount
The amount of rows within the windows. This will not exceed the actual row count of the wrapped result set.
-
-
-
Package de.aristaflow.adept2.core.logmanager.logs
-
Class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryEntry extends Object implements Serializable
- serialVersionUID:
- -5080082754029786753L
-
Serialized Fields
-
agentID
Long agentID
ID of the agent (if applicable) -
agentOrgPosID
Long agentOrgPosID
org position ID of the agent (if applicable) -
arbitraryString
String arbitraryString
An arbitrary string used for additional information to the entry usually depending on the state change (if applicable). -
clientDelay
Long clientDelay
The delay that occurred on client side, e. g. due to the server being unavailable (if applicable). -
errorCode
Long errorCode
error code (if applicable) -
errorMessage
String errorMessage
error message (if applicable) -
errorState
String errorState
error state (if applicable) -
executionManagerURIs
URI[] executionManagerURIs
execution manager URIs (if applicable) -
id
long id
ID of the execution history entry -
instanceLogID
UUID instanceLogID
log ID of the instance -
instanceName
String instanceName
name of the process instance -
nodeID
Integer nodeID
node ID (if applicable) -
nodeIteration
Integer nodeIteration
node iteration (if applicable) -
nodeName
String nodeName
name of the node -
stateChange
ExecutionHistory.StateChange stateChange
state change -
supportViewOnly
Boolean supportViewOnly
whether the step supports view-only (if applicable) -
templateName
String templateName
name of the process template -
timestamp
long timestamp
timestamp of the state change
-
-
Class de.aristaflow.adept2.core.logmanager.logs.WorkHistoryEntry extends Object implements Serializable
- serialVersionUID:
- 4292764228808887729L
-
Serialized Fields
-
activationTime
long activationTime
the timestamp of when the step was activated for the first time -
agentID
long agentID
ID of the agent who completed the step -
agentOrgPosID
long agentOrgPosID
the org position ID of the agent who completed the step -
completionTime
long completionTime
the timestamp of when the step was completed -
executionManagerURIs
URI[] executionManagerURIs
the execution manager URIs -
id
long id
the ID of the execution history entry that recorded this step as completed -
instanceLogID
UUID instanceLogID
the log ID of the process instance -
instanceName
String instanceName
the process instance name -
nodeID
int nodeID
the node ID -
nodeIteration
int nodeIteration
the node iteration of the completed step -
nodeName
String nodeName
the node name -
supportViewOnly
boolean supportViewOnly
whether the step supports view-only -
templateName
String templateName
the process template name
-
-
-
Package de.aristaflow.adept2.core.orgmodelmanager
-
Class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData extends Object implements Serializable
- serialVersionUID:
- -3668707840061420377L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RestoresAttributeMetaData.attr2OmExts
andAttributeMetaData.omExt2Attrs
if not set since then the instance stems from an old version.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
attr2OmExts
Map<String,Collection<String>> attr2OmExts
The attribute names (all lower case) and the (names of the) corresponding source OM extension ordered by their priority. -
knownOmExts
Collection<String> knownOmExts
The (name of the) OM extensions that either have a mapping or a UID column and thus can be a source for (attribute values of) entities of this entity type.
This isAttributeMetaData.omExt2Attrs
.keySet() unified withAttributeMetaData.omExt2Uid
.keySet(). -
metaDataElements
AttributeMetaData.MetaDataElement[] metaDataElements
holds allMetaDataElement
s -
metaMap
HashMap<String,AttributeMetaData.MetaDataElement> metaMap
holds allMetaDataElement
s for quicker access by name -
omExt2Attrs
Map<String,Collection<String>> omExt2Attrs
The (name of the) OM extensions being mapped to the corresponding attributes (attribute names, all lower case) which have the OM extension as source. -
omExt2Uid
Map<String,String> omExt2Uid
The UID attributes (all lower case) indexed by the corresponding OM extension names. -
srcAttrs
Collection<String> srcAttrs
The source OM extensions attributes (all lower case).
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement extends Object implements Serializable
- serialVersionUID:
- -868315028627518820L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
RestoresAttributeMetaData.MetaDataElement.attrMappings
andAttributeMetaData.MetaDataElement.writeBackExts
if not set since then the instance stems from an old version.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
attrMappings
Map<String,String> attrMappings
The mapping of this OM attribute (AttributeMetaData
) to these org model extension attributes. If this OM attribute is not mapped, the map will be empty. The map contains the name of the corresponding extension attributes indexed by the name of the OM extension. The org model extensions are ordered by their priority, with higher priority first. -
dataType
DataType dataType
The date type of the attribute. -
entityType
EntityType entityType
The entity type this attribute belongs to. -
imported
boolean imported
Deprecated, for removal: This API element is subject to removal in a future version.UseAttributeMetaData.MetaDataElement.attrMappings
instead.Whether the value of a mapped attribute is imported into the OM. -
isMandatory
boolean isMandatory
whether the attribute is mandatory within the entity type- See Also:
EntityType.hasMandatoryAttribute(String)
-
isReadOnly
boolean isReadOnly
Whether the attribute is read-only within the entity type. This prevents changing the attribute at all and not only for a specific OM extension.- See Also:
EntityType.hasReadOnlyAttribute(String)
-
mappedToPair
SerialisablePair<String,String> mappedToPair
Deprecated, for removal: This API element is subject to removal in a future version.UseAttributeMetaData.MetaDataElement.attrMappings
instead.The name of org model extension and the corresponding attribute if this OM attribute is mapped to one,null
otherwise. -
name
String name
The name of the attribute. -
sizeHint
int sizeHint
The size hint (for STRING). -
writeBackExts
Collection<String> writeBackExts
The name of the OM extensions for which to write back attribute changes from theOmeAttributes.ATTR_VALUE_SYSTEM_SOURCE
.
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.Filter extends Object implements Serializable
- serialVersionUID:
- -8532200880273820827L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Restores the filters list on de-serialisation.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
disjunction
boolean disjunction
Whether this filter is a disjunction (only one selection/restriction/sub-filter has to apply). Otherwise it is a conjunction and all selections/restrictions/sub-filters have to apply.
The flag is somewhat inverted since the defaultfalse
is also the historical default (conjunction) for a filter. -
filters
List<Filter> filters
Holds the added subfilters. -
selections
List<Filter.Selection> selections
Holds the added selections.
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.Filter.Selection extends Object implements Serializable
- serialVersionUID:
- 2720256193019172400L
-
Serialized Fields
-
attrName
String attrName
The attribute name. -
operator
CmpOperator operator
The comparison operator. -
value
Serializable value
The value which will be compared to the attribute's value.
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.OrgModelException extends RuntimeException implements Serializable
- serialVersionUID:
- 6466389765990459234L
-
Class de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException extends Exception implements Serializable
- serialVersionUID:
- 6574078721588598170L
-
-
Package de.aristaflow.adept2.core.orgmodelmanager.extension
-
Class de.aristaflow.adept2.core.orgmodelmanager.extension.AuthPrioComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeAttributeMetaData extends AttributeMetaData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeAttributeMetaData.OmeMetaDataElement extends AttributeMetaData.MetaDataElement implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity extends Entity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changed
Map<String,Object> changed
The values that have been changed in this wrapping entity indexed by the corresponding (simple) lower-case attribute name. This includes values of new attributes. -
newAttrs
Collection<String> newAttrs
The lower-case attribute names of attributes with new values, i. e. attributes that are not in the wrapped entity yet. These cannot be OM extension-specific attributes. -
ome
String ome
The name of the OM extension this entity wraps for. -
origNames
Map<String,String> origNames
-
removed
Collection<String> removed
The lower-case attribute names of attributes that have been removed in this wrapping entity (with respect to the wrapped entity). -
wrapped
Entity wrapped
The wrapped entity as provided by the org model manager.
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attrName
String attrName
The name of the attribute in the OM. -
dataType
DataType dataType
The data type of the attribute (in the OM). -
omExtAttrName
String omExtAttrName
The name of the attribute in the OM extension. If this isnull
, the attribute will not be mapped (additionally). -
readOnly
boolean readOnly
Whether this attribute should be globally read-only for the OM extension and must not be changed (in the OM). This is only relevant when adding the attribute. If it already exists, its read-only status will not be changed. -
sizeHint
int sizeHint
A hint for the size of the data type of the attribute (in the OM). This is only relevant forDataType.STRING
. -
writeBack
boolean writeBack
Whether the value of the attribute should be written back to the OM extension when changed by the system (but not from another OM extension).
-
-
-
Package de.aristaflow.adept2.core.runtimemanager.gui
-
Class de.aristaflow.adept2.core.runtimemanager.gui.GUIContextUnavailableException extends Exception implements Serializable
- serialVersionUID:
- 580682346179433556L
-
Serialized Fields
-
guiManager
String guiManager
The name of the GUI-manager which was unable to create a requested GUI-context.
-
-
-
Package de.aristaflow.adept2.core.transactionmanager
-
Class de.aristaflow.adept2.core.transactionmanager.InvalidOptionsException extends InvalidServiceUsageException implements Serializable
- serialVersionUID:
- -1266423677549413508L
-
Class de.aristaflow.adept2.core.transactionmanager.TransactionFinishedException extends InvalidServiceUsageException implements Serializable
- serialVersionUID:
- -8864278862282889811L
-
Class de.aristaflow.adept2.core.transactionmanager.TransactionUnknownException extends InvalidServiceUsageException implements Serializable
- serialVersionUID:
- 404793889405787431L
-
-
Package de.aristaflow.adept2.core.worklistmanager
-
Class de.aristaflow.adept2.core.worklistmanager.DefaultAbsenceInformation extends Object implements Serializable
- serialVersionUID:
- 5581862421347564985L
-
Serialized Fields
-
absentee
QualifiedAgent absentee
The agent for which this absence information applies. -
from
long from
The date (as long, that is milliseconds) from which on the agent is absent. -
substitutionRule
String substitutionRule
The substitution rule which applies for all work items of the absent agent. -
to
long to
The date (as long, that is milliseconds) until the agent is expected to be absent.
-
-
Class de.aristaflow.adept2.core.worklistmanager.ReconnectionFailedException extends Exception implements Serializable
- serialVersionUID:
- 1834857995897395641L
-
-
Package de.aristaflow.adept2.extensions.datatypes
-
Class de.aristaflow.adept2.extensions.datatypes.FileUDT extends Object implements Serializable
- serialVersionUID:
- 4166159344489422431L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the user-defined type name and the value from the designated stream.- Throws:
IOException
- If reading from the stream fails, aIOException
will be thrown.ClassNotFoundException
- Never.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes the user-defined type name and the value to the designated stream.- Throws:
IOException
- If writing to the stream fails, aIOException
will be thrown.
-
-
Serialized Fields
-
data
byte[] data
Deprecated, for removal: This API element is subject to removal in a future version.UseFileUDT.rrc
instead.This field is only used for (de-)serialising the file content. In memory,FileUDT.rrc
will contain the value of thisFileUDT
. -
encoding
String encoding
The encoding of the file. -
filename
String filename
The name of the file. -
mimetype
String mimetype
The mimetype of the file. -
rrc
RereadableContent rrc
The raw data of the file encapsulated in aRereadableContent
.
The field will be serialised asbyte[]
. -
size
long size
Deprecated, for removal: This API element is subject to removal in a future version.UseFileUDT.rrc
instead.This field is only used for (de-)serialising the file size. In memory,FileUDT.rrc
will contain the size.
-
-
Class de.aristaflow.adept2.extensions.datatypes.FileUDT.FileMetaData extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.adept2.model.activitymodel
-
Class de.aristaflow.adept2.model.activitymodel.InheritanceConflictException extends Exception implements Serializable
- serialVersionUID:
- -5672831118562632071L
-
Class de.aristaflow.adept2.model.activitymodel.RevisionConflictException extends Exception implements Serializable
- serialVersionUID:
- 6596408479698855618L
-
-
Package de.aristaflow.adept2.model.cluster
-
Class de.aristaflow.adept2.model.cluster.ClusterNodeInformation extends SimpleClusterNodeInformation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
globalRegUris
URI[] globalRegUris
The URIs of this server cluster node ornull
in case this node is a client or is a server that is currently not running. -
interNodeCommUris
URI[] interNodeCommUris
The URIs of the service for inter node communication of this cluster node ornull
if the node currently has no inter node communication service, e. g. while restarting. -
lastForeignUpdate
long lastForeignUpdate
The last time the status of this cluster has been updated by a different node or -1 if the cluster node has not been updated by a different node yet. -
retrievalTime
long retrievalTime
The time this cluster node information has been retrieved. -
serverLostCommCount
long serverLostCommCount
How often this node has lost communications with the server since the last server update. -
sinceLastForeignUpdate
long sinceLastForeignUpdate
The milliseconds that elapsed since the last update by a different node. This will beLong.MAX_VALUE
if no different node has updated the node. -
sinceLastOwnUpdate
long sinceLastOwnUpdate
The milliseconds that elapsed since the last update by the node itself.
-
-
Class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clusterName
String clusterName
The name of this cluster. -
lastOwnUpdate
long lastOwnUpdate
The last time the status of this cluster has been updated by the node itself or -1 if the cluster node has not been updated yet. -
nodeAddress
String nodeAddress
The address of this cluster node ornull
in case it is not known. -
nodeName
String nodeName
The name of this cluster node. -
runningSince
long runningSince
The time since when this cluster node is running or -1 if the cluster node is not running yet. -
status
Status status
The status of this cluster node.
-
-
-
Package de.aristaflow.adept2.model.common
-
Class de.aristaflow.adept2.model.common.Branch extends Object implements Serializable
- serialVersionUID:
- 2819033293457986251L
-
Serialized Fields
-
baseRevision
Revision baseRevision
The base revision of this branch. -
branch
long branch
The branch count of this branch. -
comment
String comment
The comment for this branch. -
creationAgent
QualifiedAgent creationAgent
The agent creating this branch. -
creationTime
long creationTime
The creation time of this branch. -
modAgent
QualifiedAgent modAgent
The last modifying agent of this branch. -
modTime
long modTime
The last modification time of this branch.
-
-
Class de.aristaflow.adept2.model.common.DataConsistencyException extends Exception implements Serializable
- serialVersionUID:
- -5952086204354367243L
-
Class de.aristaflow.adept2.model.common.ExecutionControlProperties extends Object implements Serializable
- serialVersionUID:
- -6535344777247649275L
-
Serialized Fields
-
closable
boolean closable
Whether execution can be closed. -
resettable
boolean resettable
Whether execution can be reset. -
suspensible
boolean suspensible
Whether execution can be suspended.
-
-
Class de.aristaflow.adept2.model.common.IconDescriptor.Dimension extends Object implements Serializable
- serialVersionUID:
- 2136165944759718695L
-
Serialized Fields
-
height
int height
The height in pixel. -
width
int width
The width in pixel.
-
-
Class de.aristaflow.adept2.model.common.LocalisedCheckReport extends CheckReport implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry extends CheckReport.ReportEntry implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.common.QualifiedAgentComparator extends Object implements Serializable
- serialVersionUID:
- 781153245014785571L
-
Class de.aristaflow.adept2.model.common.Revision extends Object implements Serializable
- serialVersionUID:
- -4970459885134959483L
-
Serialized Fields
-
agent
QualifiedAgent agent
The agent releasing this revision. -
comment
String comment
The comment for this revision. -
revision
long revision
The revision count of this revision. -
timestamp
long timestamp
The timestamp of this revision.
-
-
-
Package de.aristaflow.adept2.model.common.changetracking
-
Class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap extends HashMap<T extends Serializable,ChangeType> implements Serializable
- serialVersionUID:
- -1760090663998771748L
-
Serialized Fields
-
changeCombiner
ChangeCombiner changeCombiner
The change combiner used for combining several changes to a property value.
-
-
Class de.aristaflow.adept2.model.common.changetracking.DifferentChangeCombiner extends Object implements Serializable
- serialVersionUID:
- -7653572561800310754L
-
Class de.aristaflow.adept2.model.common.changetracking.EqualChangeCombiner extends Object implements Serializable
- serialVersionUID:
- 8227047566402509413L
-
Class de.aristaflow.adept2.model.common.changetracking.SimilarChangeCombiner extends Object implements Serializable
- serialVersionUID:
- -6803054763085208765L
-
-
Package de.aristaflow.adept2.model.common.i18n
-
Class de.aristaflow.adept2.model.common.i18n.LocalisationResolver extends de.aristaflow.adept2.model.common.defaultimplementation.DefaultWrappingProxy<PluginDataContainer> implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.adept2.model.common.paramref
-
Class de.aristaflow.adept2.model.common.paramref.IOParameterRef extends ParameterRef implements Serializable
- serialVersionUID:
- -2532655968372683061L
-
Serialized Fields
-
outputName
String outputName
The name of the referenced output parameter.
-
-
Class de.aristaflow.adept2.model.common.paramref.ParameterRef extends Object implements Serializable
- serialVersionUID:
- -7795758251894311020L
-
Serialized Fields
-
dataType
ProcessConstants.AdeptDataType dataType
The data type of the referenced parameter. -
name
String name
The name of the referenced parameter. -
udtName
String udtName
The name of the UDT ornull
in case it is not a UDT.
-
-
-
Package de.aristaflow.adept2.model.common.systemdata
-
Class de.aristaflow.adept2.model.common.systemdata.UnknownFormatterException extends RuntimeException implements Serializable
- serialVersionUID:
- -7493750796548395684L
-
-
Package de.aristaflow.adept2.model.common.tools
-
Class de.aristaflow.adept2.model.common.tools.ParameterComparator extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
paramConfKeyPos
String paramConfKeyPos
The key for the parameter configuration providing the position of the parameter (if set). If this isnull
, the position will be ignored when comparing. -
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
-
Package de.aristaflow.adept2.model.common.viewer
-
Class de.aristaflow.adept2.model.common.viewer.UnresolvedParameterReferenceException extends RuntimeException implements Serializable
- serialVersionUID:
- -4988818098963299302L
-
Serialized Fields
-
parameterReferences
ParameterRef[] parameterReferences
The unresolved references. -
value
String value
The original attribute value.
-
-
-
Package de.aristaflow.adept2.model.datamanagement
-
Class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue extends Object implements Serializable
- serialVersionUID:
- 4835159103100283148L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the user-defined type name and the value from the designated stream.- Throws:
IOException
- If reading from the stream fails, aIOException
will be thrown.ClassNotFoundException
- Never.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes the user-defined type name and the value to the designated stream.- Throws:
IOException
- If writing to the stream fails, aIOException
will be thrown.
-
-
Serialized Fields
-
data
org.apache.commons.lang3.mutable.Mutable<RereadableContent> data
The value of thisUDTValue
asRereadableContent
. This is always completely initialised.
The field will be serialised asbyte[]
. -
userDefinedTypeName
String userDefinedTypeName
The name of the user-defined type. -
value
byte[] value
Deprecated, for removal: This API element is subject to removal in a future version.UseADEPT2UDTValue.data
instead.This field is only used for (de-)serialising the value. It will always benull
. In memory,ADEPT2UDTValue.data
will contain the value of thisUDTValue
.
-
-
Class de.aristaflow.adept2.model.datamanagement.ConversionException extends Exception implements Serializable
- serialVersionUID:
- -591519542277087180L
-
Class de.aristaflow.adept2.model.datamanagement.FileUDTValue extends ADEPT2UDTValue implements Serializable
- serialVersionUID:
- -3230636509930820213L
-
Serialized Fields
-
fileName
String fileName
The name of the file this UDT stems from.
-
-
Class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor extends Object implements Serializable
- serialVersionUID:
- 8836339177543198512L
-
Class de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException extends Exception implements Serializable
- serialVersionUID:
- -1458224991755631807L
-
Serialized Fields
-
instanceID
UUID instanceID
The instance ID that the data container is expected to be of (but is not). -
invalidDataContainer
InputDataContainer invalidDataContainer
The data container that has caused this exception. -
invalidParameterName
String invalidParameterName
The name of the parameter that has behaved unexpectedly, for instance, the parameter is mandatory but not provided by the data container. -
nodeID
int nodeID
The node ID that the data container is expected to be of (but is not). -
nodeIteration
int nodeIteration
The node iteration that the data container is expected to be of (but is not).
-
-
Class de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException extends Exception implements Serializable
- serialVersionUID:
- -5943159653476929286L
-
Serialized Fields
-
actualDataType
ProcessConstants.AdeptDataType actualDataType
The ADEPT2-data element type of which the data element actually is. This is null in case the data element is not existent. -
dataElementID
Integer dataElementID
The ID of the data element which has been requested but is of the wrong type or null in case this exception has been raised when accessing a parameter. -
expectedDataType
ProcessConstants.AdeptDataType expectedDataType
The ADEPT2-data element type that is expected by the caller of a datamanager-method. This is null in case the expected data type is unknown, for instance when switching over the actual data type. -
instanceID
UUID instanceID
The ID of the process instance of which a data element has been requested which is of the wrong type or null in case this exception has been raised when accessing a parameter. -
parameterName
String parameterName
The name of the parameter which has been requested and which is of the wrong type.
-
-
Class de.aristaflow.adept2.model.datamanagement.InvalidListValuedDataContainerException extends InvalidDataContainerException implements Serializable
- serialVersionUID:
- -3752638519527398768L
-
Class de.aristaflow.adept2.model.datamanagement.InvalidUDTException extends InvalidDataTypeException implements Serializable
- serialVersionUID:
- -6485170643091527899L
-
Class de.aristaflow.adept2.model.datamanagement.JsonUdtValue extends ADEPT2UDTValue implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException extends ValidationFailedException implements Serializable
- serialVersionUID:
- 7597253875998542797L
-
Serialized Fields
-
accessType
ActivityConstants.AccessType accessType
The access type of the mandatory output parameter which is not provided a value, that is either a normal output parameter or a system output parameter. -
dataElementID
int dataElementID
The ID of the data element which is connected to the mandatory output parameter and which is not provided a value. -
dataType
ProcessConstants.AdeptDataType dataType
The data type of the mandatory output parameter which is not provided a value. -
identifierID
UUID identifierID
The identifier of the mandatory output parameter which is not provided a value. -
instanceID
UUID instanceID
The ID of the instance for which a mandatory output parameter has no value. -
nodeID
int nodeID
The ID of the node of which a mandatory output parameter has not value. -
nodeIteration
int nodeIteration
The iteration of the node of which a mandatory output parameter has no value. -
parameterName
String parameterName
The name of the mandatory output parameter which is not provided a value.
-
-
Class de.aristaflow.adept2.model.datamanagement.NoSuchParameterException extends Exception implements Serializable
- serialVersionUID:
- -9123849081864706383L
-
Serialized Fields
-
parameterName
String parameterName
The name of the parameter which has been requested but which does not exist.
-
-
Class de.aristaflow.adept2.model.datamanagement.UDFException extends Exception implements Serializable
- serialVersionUID:
- 2127614228136193362L
-
Class de.aristaflow.adept2.model.datamanagement.UDFNotRegisteredException extends Exception implements Serializable
- serialVersionUID:
- 6716827551613256066L
-
Class de.aristaflow.adept2.model.datamanagement.ValidationFailedException extends Exception implements Serializable
- serialVersionUID:
- 1898929743830078373L
-
-
Package de.aristaflow.adept2.model.events
-
Class de.aristaflow.adept2.model.events.EventHandlingException extends Exception implements Serializable
- serialVersionUID:
- 1062989393309293267L
-
Serialized Fields
-
critical
boolean critical
Whether the exception is critical and therefore event handling should be aborted.
-
-
-
Package de.aristaflow.adept2.model.execution
-
Class de.aristaflow.adept2.model.execution.AgentUnknownException extends Exception implements Serializable
- serialVersionUID:
- -3327115839888147546L
-
Serialized Fields
-
agent
QualifiedAgent agent
The agent that wants to execute an activity on a specific runtime manager. -
runtimeManagerURIs
URI[] runtimeManagerURIs
The URIs of the runtime manager a specific agent wants to execute an activity on.
-
-
Class de.aristaflow.adept2.model.execution.InvalidActivityStateException extends Exception implements Serializable
- serialVersionUID:
- -3116436268850841717L
-
Serialized Fields
-
activityState
ProcessConstants.NodeState activityState
The state in which the process step currently is and which prevents the desired state transition. -
agent
QualifiedAgent agent
The performing agent in case the corresponding activity is currently executed or has been executed.
-
-
Class de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException extends InvalidActivityStateException implements Serializable
- serialVersionUID:
- 8816623189618411222L
-
Serialized Fields
-
ebp
EBPInstanceReference ebp
TheEBPInstanceReference
not providing valid runtime manager URIs.
-
-
Class de.aristaflow.adept2.model.execution.WrongAgentException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callingAgent
QualifiedAgent callingAgent
The agent who called the operation. -
expectedAgent
QualifiedAgent expectedAgent
The agent who is expected to call the given operation. This will benull
if the expected agent is not specified but the calling agent is not member of a specific SAR. -
expectedSar
String expectedSar
The SAR of which the calling agent needs to be member of but is not. This will benull
if a specific agent is expected.
-
-
Class de.aristaflow.adept2.model.execution.WrongExecutionManagerException extends RuntimeException implements Serializable
- serialVersionUID:
- -6708118717618167022L
-
Serialized Fields
-
actualExecutionManager
URI[] actualExecutionManager
The communication protocol depended URIs assigned to the execution manager that is actually called. -
expectedExecutionManager
URI[] expectedExecutionManager
The communication protocol depended URIs of the execution manager that is expected by the caller of anActivityStarting
- orActivityTermination
-method.- See Also:
ActivityStarting
,ActivityTermination
-
-
-
Package de.aristaflow.adept2.model.filter
-
Class de.aristaflow.adept2.model.filter.FilterNotSupportedException extends Exception implements Serializable
- serialVersionUID:
- -107424819297581830L
-
-
Package de.aristaflow.adept2.model.globals
-
Class de.aristaflow.adept2.model.globals.InvalidStructureException extends Exception implements Serializable
- serialVersionUID:
- 843208063486580848L
-
-
Package de.aristaflow.adept2.model.graphical
-
Class de.aristaflow.adept2.model.graphical.Rectangle extends Object implements Serializable
- serialVersionUID:
- -8672070383831010303L
-
Serialized Fields
-
height
int height
The height of the rectangular area. -
isRelative
boolean isRelative
Wether the rectangular area is relative that is, it does not have valid coordinates. -
width
int width
The width of the rectangular area. -
x
int x
The x-coordinate of the top-left corner of the rectangular area or -1 for a relative rectangular area. -
y
int y
The y-coordinate of the top-left corner of the rectangular area or -1 for a relative rectangular area.
-
-
-
Package de.aristaflow.adept2.model.logmanagement
-
Class de.aristaflow.adept2.model.logmanagement.Column extends Object implements Serializable
- serialVersionUID:
- -489504586431219707L
-
Class de.aristaflow.adept2.model.logmanagement.Schema extends Object implements Serializable
- serialVersionUID:
- 3992412373980063373L
-
Serialized Fields
-
columns
Column[] columns
the columns of this schema
-
-
-
Package de.aristaflow.adept2.model.mail
-
Class de.aristaflow.adept2.model.mail.ByteArrayAttachment extends SerialisableAttachment implements Serializable
- serialVersionUID:
- -8934785529932619753L
-
Serialized Fields
-
bytes
byte[] bytes
The content represented asbyte[]
.
-
-
Class de.aristaflow.adept2.model.mail.DataSourceAttachment extends SerialisableAttachment implements Serializable
- serialVersionUID:
- -8934785529932619753L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
Creates a newByteArrayAttachment
to replace thisDataSourceAttachment
when transferring to a remote peer.- Throws:
ObjectStreamException
- If reading the content from the underlying data source fails, anWriteAbortedException
will be thrown.
-
-
Serialized Fields
-
dataSource
javax.activation.DataSource dataSource
The data source providing the content.
-
-
Class de.aristaflow.adept2.model.mail.Email extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Sets a decoupled logger based on the classname which is usually different from the one set via constructor and restores the behaviour with the cleanup.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
attachments
List<SerialisableAttachment> attachments
The files attached to the mail (may be embedded). -
bcc
List<EmailAddress> bcc
The addresses to which to send a copy of the mail unaware of the other recipients. -
bounceTo
EmailAddress bounceTo
The address to which to send problems that occur on the way of the mail to its recipient. -
cc
List<EmailAddress> cc
The addresses to which to send a copy of the mail. -
from
EmailAddress from
The address of the sender. -
headers
Map<String,String> headers
Additional headers of the mail. -
isHtml
boolean isHtml
Whether the text content of the mail is HTML (instead of plain text) and should be formatted appropriately. -
priority
EmailPriority priority
The priority of this mail. -
replyTo
EmailAddress replyTo
The address to which to reply to (in case this differs from the sender). -
subject
String subject
The subject of the mail. -
text
String text
The text content of the mail, i. e. the text mail body. -
to
List<EmailAddress> to
The addresses to which to send the mail.
-
-
Class de.aristaflow.adept2.model.mail.EmailAddress extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.mail.EmailResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mail
Email mail
Field forEmailResult.getMail()
. This may benull
. Ifemail
is notnull
(which can happen when thisEmailResult
stems from the deserialisation of an old version), the conversion is missing and will be done withinEmailResult.getMail()
. -
rawEmail
byte[] rawEmail
Field forEmailResult.getRawEmail()
. -
retryPossible
Boolean retryPossible
Field forEmailResult.isRetryPossible()
. -
throwable
Throwable throwable
Field forEmailResult.getThrowable()
.
-
-
Class de.aristaflow.adept2.model.mail.SerialisableAttachment extends Object implements Serializable
- serialVersionUID:
- -4783003991032280131L
-
Serialized Fields
-
contentType
String contentType
The content type (MIME) of the attachment. -
description
String description
The description of the attachment. -
inlineName
String inlineName
The name used in the corresponding HTML message to refer to this attachment. This name will be replaced within the message by the corresponding referenced to this attachment.null
if the attachment should not be inlined. -
name
String name
The name of the attachment.
-
-
Class de.aristaflow.adept2.model.mail.SerialisedEmail extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.mail.UDTAttachment extends SerialisableAttachment implements Serializable
- serialVersionUID:
- -5996266103403115699L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Restores the behaviour with the cleanup.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
udt
UDTValue udt
The content represented asUDTValue
.
-
-
Class de.aristaflow.adept2.model.mail.URLAttachment extends SerialisableAttachment implements Serializable
- serialVersionUID:
- -4192413054963356630L
-
Serialized Fields
-
url
URL url
TheURL
where to get the content to attach from.
-
-
-
Package de.aristaflow.adept2.model.orgmodel
-
Class de.aristaflow.adept2.model.orgmodel.Entity extends Object implements Serializable
- serialVersionUID:
- -5696575098444475249L
-
Serialized Fields
-
attributes
ArrayList<de.aristaflow.adept2.model.orgmodel.Entity.NameValuePair> attributes
holds the attribute values; this is not a Map because there's no case insensitive implementation (attribute name are case insensitive) -
type
EntityType type
the entity type of this entity
-
-
Class de.aristaflow.adept2.model.orgmodel.NavFunction extends Object implements Serializable
- serialVersionUID:
- 7904873374233272806L
-
Serialized Fields
-
leftToRight
boolean leftToRight
Whether the relation type is traversed from left to right or the other way around. -
name
String name
The name of this function. -
relType
RelationType relType
The relation type along which this function will traverse the model. -
trans
boolean trans
Whether the function can be used transitively.
-
-
Class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport extends Object implements Serializable
- serialVersionUID:
- 8868756541241676037L
-
Serialized Fields
-
entries
ArrayList<OrgPolicyReport.Entry> entries
holds all entries of this report -
overallResult
OrgPolicyReport.ResultType overallResult
the overall result of the report; this is determined by the "worst" result type across all entries
-
-
Class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Entry extends Object implements Serializable
- serialVersionUID:
- 8411137190286604882L
-
Serialized Fields
-
description
String description
the description of this entry -
ranges
OrgPolicyReport.Range[] ranges
the policy ranges this entry relates to -
resultType
OrgPolicyReport.ResultType resultType
the result type of this entry
-
-
Class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Range extends Object implements Serializable
- serialVersionUID:
- 3855628674125746963L
-
Serialized Fields
-
beginColumn
int beginColumn
the begin (first) column of the concerned substring, inclusive -
endColumn
int endColumn
the end (last) column of the concerned substring, exclusive
-
-
-
Package de.aristaflow.adept2.model.processmodel
-
Class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate extends Object implements Serializable
- serialVersionUID:
- 3359436433433941892L
-
Serialized Fields
-
template
Template template
The wrapped template.
-
-
Class de.aristaflow.adept2.model.processmodel.ChangeReport extends CheckReport implements Serializable
- serialVersionUID:
- -9136630611046361839L
-
Serialized Fields
-
newInstance
ChangeableInstance newInstance
The new changed instance if the change has been successful, otherwise null. -
newInstanceID
UUID newInstanceID
The new ID of the changed instance if the change has been successful, otherwise null. -
oldInstanceID
UUID oldInstanceID
The old ID of the changed instance.
-
-
Class de.aristaflow.adept2.model.processmodel.DataElementComparator extends Object implements Serializable
- serialVersionUID:
- 5833764528297200723L
-
Class de.aristaflow.adept2.model.processmodel.DecStatementComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.processmodel.IDWrappingTemplate extends AbstractWrappingTemplate implements Serializable
- serialVersionUID:
- 8432498397825800387L
-
Serialized Fields
-
templateID
UUID templateID
The ID of the wrapped template.
-
-
Class de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException extends Exception implements Serializable
- serialVersionUID:
- -1981342677936190982L
-
Serialized Fields
-
executionState
ProcessConstants.InstanceExecutionStatus executionState
The execution state in which the instance currently is and which prevents the execution of the called method. -
instanceID
UUID instanceID
The ID of the instance which is in the wrong state for the desired action. -
migrationPrevents
boolean migrationPrevents
Whether the current migration state prevents the action (or the current execution state). -
migrationState
ProcessConstants.InstanceMigrationStatus migrationState
The migration state in which the instance currently is and which prevents the desired action.
-
-
Class de.aristaflow.adept2.model.processmodel.InvalidTemplateStateException extends Exception implements Serializable
- serialVersionUID:
- 6397737708477104622L
-
Class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport extends ChangeReport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
localisedReport
LocalisedCheckReport localisedReport
The localised check report managing all report entries.
-
-
Class de.aristaflow.adept2.model.processmodel.NodeComparator extends Object implements Serializable
- serialVersionUID:
- 8432406804878686385L
-
Class de.aristaflow.adept2.model.processmodel.StructuredDataEdgeComparator extends Object implements Serializable
- serialVersionUID:
- 6013735062324985804L
-
Class de.aristaflow.adept2.model.processmodel.StructuredEdgeComparator extends Object implements Serializable
- serialVersionUID:
- -7485621732619807680L
-
Class de.aristaflow.adept2.model.processmodel.TemplateProxyComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.processmodel.TemplateReferenceComparator extends Object implements Serializable
- serialVersionUID:
- 5833764528297200723L
-
-
Package de.aristaflow.adept2.model.processmodel.tools
-
Class de.aristaflow.adept2.model.processmodel.tools.InstanceReferenceComparator extends Object implements Serializable
- serialVersionUID:
- 358034930125524083L
-
Serialized Fields
-
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
Class de.aristaflow.adept2.model.processmodel.tools.InstanceRefTemplateComparator extends Object implements Serializable
- serialVersionUID:
- 2164625529948042800L
-
Serialized Fields
-
trc
TemplateReferenceComparator trc
The template reference comparator to delegate to. -
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
Class de.aristaflow.adept2.model.processmodel.tools.ProcessTypeComparator extends Object implements Serializable
- serialVersionUID:
- -4676188403349359425L
-
Serialized Fields
-
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
Class de.aristaflow.adept2.model.processmodel.tools.TemplateReferenceComparator extends Object implements Serializable
- serialVersionUID:
- 5845596049036068440L
-
Serialized Fields
-
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
Class de.aristaflow.adept2.model.processmodel.tools.TopologicalNodeIdComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
template
Template template
The template providing the topological ID of the nodes.
-
-
-
Package de.aristaflow.adept2.model.processmodel.xml
-
Class de.aristaflow.adept2.model.processmodel.xml.CodeDescriptorComparator extends Object implements Serializable
- serialVersionUID:
- -2408553426986655269L
-
Serialized Fields
-
uuidComparator
SerialisableComparator<UUID> uuidComparator
The comparator comparing UUIDs unsigned, that is a leading 8 is less than a leading 7.
-
-
-
Package de.aristaflow.adept2.model.runtimeenvironment
-
Class de.aristaflow.adept2.model.runtimeenvironment.ActivityState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signal
Integer signal
The last signal sent to the component of an activity ornull
in case no signal has been sent yet. -
state
ActivityState.State state
The current (simple) state of the component of an activity.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException extends RuntimeException implements Serializable
- serialVersionUID:
- -6714724190348065040L
-
Serialized Fields
-
errorCode
long errorCode
The ADEPT2-error code.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- 2978285686832904799L
-
Serialized Fields
-
errorCode
long errorCode
The ADEPT2-error code. -
state
String state
The component-specific error state.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.InvalidExecutorThreadException extends RuntimeException implements Serializable
- serialVersionUID:
- -2968486893787401046L
-
Class de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException extends Exception implements Serializable
- serialVersionUID:
- -4497122370271853111L
-
Class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisablePluginDataContainer implements Serializable
- serialVersionUID:
- 2194464382554050559L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Sets a decoupled logger based on the classname which is usually different from the one set via constructor and restores the behaviour with the cleanup.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
inputParams
HashMap<String,ProcessModelParameter> inputParams
A map of all input parameters, mapping the name of a parameter to the corresponding parameter object. -
outputParams
HashMap<String,ProcessModelParameter> outputParams
A map of all output parameters, mapping the name of a parameter to the corresponding parameter object. -
values
HashMap<String,Serializable> values
The value of the input and output parameters. If a parameter is not in the list its value is expected to be null.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState extends ActivityState implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
Long errorCode
An arbitrary code indicating the error in case the activity has failed. This will benull
in case the activity has not failed but another terminated state. -
errorMessage
String errorMessage
An arbitrary message indicating the error in case the activity has failed. This will benull
in case the activity has not failed but another terminated state. -
errorState
String errorState
An arbitrary state indicating the error in case the activity has failed. This will benull
in case the activity has not failed but another terminated state. -
suspendTimeout
Long suspendTimeout
The timeout in case the activity has suspended and wants to be resumed after the designated time has elapsed. This will benull
in case the activity has not suspended or does not have a timeout for resume. -
terminatedState
TerminatedActivityState.TerminatedState terminatedState
The state of the activity after its termination.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException extends Exception implements Serializable
- serialVersionUID:
- 2807756112990567897L
-
Serialized Fields
-
sessionID
String sessionID
The execution session ID that is unknown and lead to this exception.
-
-
Class de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException extends Exception implements Serializable
- serialVersionUID:
- 4296379452868517600L
-
Serialized Fields
-
ebp
EBPInstanceReference ebp
A reference to the executable business process that has been started on another runtime manager. It includes the URIs of the actual runtime manager. -
expectedRuntimeManager
URI[] expectedRuntimeManager
The communication protocol depended URIs of the runtime manager that is expected by the caller of anSynchronousActivityStarting
-method.- See Also:
SynchronousActivityStarting
-
-
-
Package de.aristaflow.adept2.model.scripts
-
Class de.aristaflow.adept2.model.scripts.Script extends Object implements Serializable
- serialVersionUID:
- -7088634620933537203L
-
Serialized Fields
-
body
String body
the script body, i.e. the actual script -
extensions
String extensions
the optional script extensions -
inputValues
Map<String,Serializable> inputValues
the optional parameter values; null if the parameter parentheses were not present; empty if the parameter parentheses were present but didn't contain any parameters -
name
String name
the optional script name -
type
String type
the script type
-
-
Class de.aristaflow.adept2.model.scripts.ScriptEnvironmentException extends ScriptException implements Serializable
- serialVersionUID:
- 75793006882805802L
-
Class de.aristaflow.adept2.model.scripts.ScriptEvaluationException extends ScriptException implements Serializable
- serialVersionUID:
- -3942341760492785291L
-
Class de.aristaflow.adept2.model.scripts.ScriptException extends Exception implements Serializable
- serialVersionUID:
- -7123144981862203173L
-
-
Package de.aristaflow.adept2.model.worklistmodel
-
Class de.aristaflow.adept2.model.worklistmodel.ActivityGroupReference extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference extends ADEPT2EBPReference implements Serializable
- serialVersionUID:
- -1869204438062587718L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Interns the string fields when deserialising.- Throws:
IOException
- If default reading fails, anIOException
will be thrown.ClassNotFoundException
- If default reading fails to load a required class, aClassNotFoundException
will be thrown.
-
-
Serialized Fields
-
Class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer implements Serializable
- serialVersionUID:
- 5047437616629799867L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Resets the change tracker and interns the string fields.- Throws:
IOException
- Default reading object may throw anIOException
.ClassNotFoundException
- Default reading object may throw aClassNotFoundException
.
-
-
Serialized Fields
-
activityReferenceType
String activityReferenceType
The activity reference type as defined byActivityReference
. -
baseTemplateID
UUID baseTemplateID
The ID of the base template. -
executionControlProperties
ExecutionControlProperties executionControlProperties
The execution control properties as defined for the correspondingExecutableBusinessProcessInstance
. -
executionManagerURIs
URI[] executionManagerURIs
The URI of the execution manager responsible for the corresponding process instance. -
instanceID
UUID instanceID
The ID of the ADEPT2 process instance. -
instanceLogId
UUID instanceLogId
The log ID of the ADEPT2 process instance. -
iteration
int iteration
The current iteration of the node. -
nodeID
int nodeID
The ID of the corresponding node. -
runtimeManagerURIs
URI[] runtimeManagerURIs
The URI of theRuntimeManager
used for executing the referenced EBP-Instance. -
type
EBPType type
The type of the EBP.
-
-
Class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer implements Serializable
- serialVersionUID:
- 8386621514633451174L
-
Serialized Fields
-
initialisationDate
long initialisationDate
The date of the last initialisation of the worklist. -
itemUpdates
Map<ClientWorklistItem,WorklistItemUpdate<ClientWorklistItem>> itemUpdates
All items of the worklist update in which the types will be set to hard if appropriate. -
maxPriority
int maxPriority
The highest priority of all items of this update. -
sourceRevision
long sourceRevision
The source revision of the update. -
targetRevision
long targetRevision
The target revision of the update. -
worklistID
UUID worklistID
The worklist ID.
-
-
Class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Restores all fields and creates the transient field(s).- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
aliveTimeExtension
long aliveTimeExtension
The time in milliseconds the alive time is extended when accessing this stream. -
closeTime
long closeTime
The time this incremental worklist update will be closed to calculate the remaining keep alive time. -
creationTime
long creationTime
The time this remote iterator has been created. This allows for finding a memory leak when inspecting a heap dump. -
current
int current
The reference to the current item update which is to be retrieved next. -
itemUpdates
List<WorklistItemUpdate<ClientWorklistItem>> itemUpdates
The item updates that have been retrieved from the underlying incremental worklist update so far. -
last
int last
The index of last item update in case it has been reached in the result set, -1 otherwise. -
lastCached
int lastCached
The index of the last item update that is in the cache. This corresponds to the current index of the wrapped incremental worklist update. -
maxPriority
Integer maxPriority
The maximum priority of the worklist update. This will benull
until first retrieved from the wrapped incremental worklist update. -
sourceRevision
WorklistRevision sourceRevision
The source revision of the worklist update. This will benull
until first retrieved from the wrapped incremental worklist update. -
targetRevision
Long targetRevision
The target revision of the worklist update. This will benull
until first retrieved from the wrapped incremental worklist update. -
worklistId
UUID worklistId
The ID the worklist of the incremental worklist update. This will benull
until first retrieved from the wrapped incremental worklist update. -
wrappedUpdate
IncrementalWorklistUpdate wrappedUpdate
The wrapped incremental worklist update of which all item updates will be cached. Note that the current cursor need not correspond to the current cursor of the underlying incremental worklist update. This will benull
when the incremental worklist update has been closed.
-
-
Class de.aristaflow.adept2.model.worklistmodel.InvalidWorklistItemStateException extends Exception implements Serializable
- serialVersionUID:
- 294307906638275568L
-
Serialized Fields
-
worklistItemState
String worklistItemState
The state in which the worklist item currently is and which prevents a desired action.
-
-
Class de.aristaflow.adept2.model.worklistmodel.LWPActivityReference extends ADEPT2EBPReference implements Serializable
- serialVersionUID:
- 708104853896884225L
-
Class de.aristaflow.adept2.model.worklistmodel.TLPInstanceReference extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer implements Serializable
- serialVersionUID:
- 5962100832809848202L
-
Serialized Fields
-
baseTemplateID
UUID baseTemplateID
The base template ID of reference. -
executionManagerURIs
URI[] executionManagerURIs
The URIs of the execution manager responsible for the corresponding process instance. -
instanceID
UUID instanceID
The ID of the process instance. -
instanceLogId
UUID instanceLogId
The unchangeable log ID of the process instance.
-
-
Class de.aristaflow.adept2.model.worklistmodel.WorklistItemIdComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.model.worklistmodel.WorklistItemUpdate extends Object implements Serializable
- serialVersionUID:
- 3509469628120729818L
-
Serialized Fields
-
updateType
WorklistConstants.WorklistItemUpdateType updateType
The type of the update of the worklist item, that is, whether the item is added, changed or removed. -
worklistItem
T extends WorklistItem worklistItem
The worklist item of this update.
-
-
Class de.aristaflow.adept2.model.worklistmodel.WorklistUpdateFailedException extends RuntimeException implements Serializable
-
-
Package de.aristaflow.adept2.ui.htmlgui
-
Class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext extends AbstractHTMLContext implements Serializable
- serialVersionUID:
- 496100209011803047L
-
Serialization Methods
-
writeReplace
protected Object writeReplace()
Creates a newURLContext
to replace thisRemoteHTMLContext
when transferring to a client. A client only requires theURL
but not the logic for handling HTTP-requests this context provides.
-
-
Serialized Fields
-
contextCleanup
Cleanup<RuntimeException> contextCleanup
The clean-up for closing the context and all related resources. -
session
SessionToken session
The session token for deregistering at theHTTPService
. This should be retrieved from the client service instead of reusing the registering token. -
urlContext
TransferredURLContext urlContext
The context for transferring thisHTMLContext
for remote usage. Note that this will not have a URL untilRemoteHTMLContext.setBaseURL(URL)
has been called.
-
-
Class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext extends AbstractTransferableGUIContext implements Serializable
- serialVersionUID:
- -3286638267417085823L
-
Serialized Fields
-
url
URL url
The URL of the correspondingHTMLContext
to allow for remote calling.
-
-
-
Package de.aristaflow.adept2.ui.htmlgui.httpservice
-
Class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- -6420284726832596486L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
Creates a new file upload since this is not serialisable.
-
-
Serialized Fields
-
initialised
boolean initialised
This service bootstraps the platform in RAP and this field indicates whether the platform has been initialised. -
myURL
URL myURL
The URL for the components to send the replies to. -
replyHandlers
Map<String,HTTPReplyHandler> replyHandlers
The reply handlers to which HTTP-requests are forwarded after the decoding. This maps the session ID to the corresponding reply handler-instance. -
servletName
String servletName
The name of the servlet if dynamically deployed,null
otherwise. -
sessions
Map<UUID,String> sessions
Own session IDs. -
status
long status
Indicates the status of the service, 0 not started yet, -1 shutdown, all other the time this service has been started.
-
-
-
Package de.aristaflow.adept2.ui.remotegui
-
Class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext extends Object implements Serializable
- serialVersionUID:
- -1789671037714681618L
-
Serialized Fields
-
activity
EBPInstanceReference activity
TheEBPInstanceReference
identifying the process instance node this GUI context has been created for. -
activityInstance
ActivityInstance activityInstance
The activity instance this GUI context has been created for. -
executionContext
ExecutionContext executionContext
The execution context of the activity for which this GUI context has been created for. -
locale
Locale locale
The locale of the agent requesting this GUI context. This will benull
if the activity instance should not be localised. -
sessionID
String sessionID
The ID of the execution session this GUI context has been created for uniquely identifying the component execution on the (remote) runtime manager). -
transfrdGUIContextID
String transfrdGUIContextID
The ID of transferred GUI context which may differ from that provided and requested by the activity instance.
-
-
-
Package de.aristaflow.adept2.util
-
Class de.aristaflow.adept2.util.Cache extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- -7152539749209579138L
-
Serialized Fields
-
maxSize
long maxSize
The maximum size this cache should have
-
-
Class de.aristaflow.adept2.util.CheckReport extends Object implements Serializable
- serialVersionUID:
- 5067012929427392490L
-
Serialized Fields
-
base
URI base
Remembers the template or instance this check report is assigned to. -
checkResult
CheckReport.ResultType checkResult
The overall result of the check report. SeeCheckReport.updateCheckResult(ResultType)
for more info. -
locale
Locale locale
The preferred locale to be used for messages of this check report. -
nextEntryNumber
int nextEntryNumber
Keeps the number that is assigned to the next report entry. The number minus one is always equivalent to the number of report entries. It is increased by one when a report entry is added. -
reportEntries
List<CheckReport.ReportEntry> reportEntries
List that keeps the report entries.
-
-
Class de.aristaflow.adept2.util.CheckReport.ReportEntry extends Object implements Serializable
- serialVersionUID:
- -8741176528702050808L
-
Serialized Fields
-
affectedADEPT2ProcessElements
URI[] affectedADEPT2ProcessElements
The process element identifier URIs that references the process elements that are affected by this report entry. -
checkID
String checkID
The identifier of a check, i.e. a name. Used for display purposes. -
entryNumber
int entryNumber
The number of the entry in the report. -
message
String message
The message of the entry. -
reportEntryType
CheckReport.ResultType reportEntryType
Indicates the type of the entry, e.g. info, warning, etc..
-
-
Class de.aristaflow.adept2.util.CollectionTools.IdentityMap extends org.apache.commons.collections4.map.HashedMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.util.ConstraintViolationException extends Exception implements Serializable
- serialVersionUID:
- -114196946592487037L
-
Class de.aristaflow.adept2.util.DataSourceException extends Exception implements Serializable
- serialVersionUID:
- -2573537875168714043L
-
Class de.aristaflow.adept2.util.IntegrityException extends Exception implements Serializable
- serialVersionUID:
- -6536355332070975723L
-
Class de.aristaflow.adept2.util.LockException extends Exception implements Serializable
- serialVersionUID:
- 8527677882360930060L
-
Serialized Fields
-
lockedObject
Object lockedObject
The object which is to be locked or unlocked. -
lockOwner
Object lockOwner
The object currently having the lock or null in case this is either unknown or the object is not locked at all. -
lockType
String lockType
The type of the lock which is currently held or should be released.
-
-
Class de.aristaflow.adept2.util.NullArgumentException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 92489386708387950L
-
Class de.aristaflow.adept2.util.SerialisableConfiguration extends org.apache.commons.configuration2.BaseConfiguration implements Serializable
- serialVersionUID:
- 1205303854781986649L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Restores the configuration from the serialised map.- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serialise the configuration into a map and store it in the output stream.- Throws:
IOException
-
-
Class de.aristaflow.adept2.util.StringTools.NullableStringComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.adept2.util.UnknownEntityException extends RuntimeException implements Serializable
- serialVersionUID:
- 7679387758719823933L
-
Class de.aristaflow.adept2.util.UUIDTools.UUIDComparator extends Object implements Serializable
- serialVersionUID:
- -3805246019679252681L
-
-
Package de.aristaflow.adept2.util.i18n
-
Class de.aristaflow.adept2.util.i18n.LocaleComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.adept2.util.io
-
Class de.aristaflow.adept2.util.io.MediaTypes.ReplacingTypeDetector extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.adept2.util.locking
-
Class de.aristaflow.adept2.util.locking.AcquireLockException extends LockException implements Serializable
- serialVersionUID:
- 124670101777879464L
-
Class de.aristaflow.adept2.util.locking.ReleaseLockException extends LockException implements Serializable
- serialVersionUID:
- 4914901835657422952L
-
Serialized Fields
-
locked
boolean locked
Whether the object is already locked (but not by the lock releasing object) or is not locked at all. -
lockReleasingObject
Object lockReleasingObject
The object trying to release the lock (but failing).
-
-
-
Package de.aristaflow.adept2.util.types
-
Class de.aristaflow.adept2.util.types.SerialisablePair extends Pair<F,S> implements Serializable
- serialVersionUID:
- -7440615635172129321L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the two elements from the designated stream.- Throws:
IOException
- If a problem with the input stream occurs, anIOException
will be thrown.ClassNotFoundException
- If one of the classes of the elements cannot be found, aClassNotFoundException
will be thrown.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes the two elements in the designated stream.- Throws:
IOException
- If a problem with the output stream occurs, anIOException
will be thrown.
-
-
Class de.aristaflow.adept2.util.types.SerialisableTriple extends Triple<F,S,T> implements Serializable
- serialVersionUID:
- 3032712529639849421L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the three elements from the designated stream.- Throws:
IOException
- If a problem with the input stream occurs, anIOException
will be thrown.ClassNotFoundException
- If one of the classes of the elements cannot be found, aClassNotFoundException
will be thrown.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes the three elements in the designated stream.- Throws:
IOException
- If a problem with the output stream occurs, anIOException
will be thrown.
-
-
-
Package de.aristaflow.adept2.util.xml
-
Class de.aristaflow.adept2.util.xml.VersionException extends Exception implements Serializable
- serialVersionUID:
- 1467021281612167634L
-
Class de.aristaflow.adept2.util.xml.XMLFormatException extends Exception implements Serializable
- serialVersionUID:
- -2743051013302406313L
-
-
Package de.aristaflow.ilm.base.configuration
-
Class de.aristaflow.ilm.base.configuration.AbortServiceException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.configuration.ConfigurationException extends AbortServiceException implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.base.security
-
Class de.aristaflow.ilm.base.security.AuthDataOrgPosSpec.OrgPosSpec extends OrgPos implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.security.AuthDataOrgPosSpec.QualifiedAgentList extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agents
@NotEmpty List<@NotNull @Valid QualifiedAgent> agents
-
-
Class de.aristaflow.ilm.base.security.AuthenticationData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
appName
String appName
- See Also:
NameAppNameHandler
,NameOrgPosSesIDAppNameHandler
-
data
byte[] data
- See Also:
Authentication.authenticate(String, long, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)
,Authentication.authenticateCombined(String, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)
,SecurityManager.authenticatePrivilegedCombined(String, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)
-
orgPosSpec
AuthDataOrgPosSpec orgPosSpec
-
password
String password
- See Also:
PasswordHandler
,NameOrgPosSesIDAppNameHandler
-
userSessionId
String userSessionId
- See Also:
NameOrgPosSesIDAppNameHandler
-
-
Class de.aristaflow.ilm.base.security.AuthenticationException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.security.PasswordPolicyException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
problem
String problem
-
-
-
Package de.aristaflow.ilm.base.service
-
Class de.aristaflow.ilm.base.service.AbortTransactionException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
session
@NotNull Session session
-
-
Class de.aristaflow.ilm.base.service.ServiceInstanceName extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.service.ServiceNotKnownException extends AbortServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.service.ServiceRelease extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.base.sessionmanagement
-
Class de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.AllQaFilter extends ContainsFilter.AllFilter<QualifiedAgent,@Valid QualifiedAgentFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.AndCollQaFilter extends MultipleCollFilter.AndCollFilter<QualifiedAgent,CollectionQaFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaNullEq extends CollectionFilter.NullCollectionComparison<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaNullNe extends CollectionFilter.NullCollectionComparison<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaSizeFilter extends CollectionAttributeFilter.CollectionSizeFilter<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.ExistsQaFilter extends ContainsFilter.ExistsFilter<QualifiedAgent,@Valid QualifiedAgentFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter extends MultipleCollFilter.OrCollFilter<QualifiedAgent,CollectionQaFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.QaInitialRemoteIteratorData extends InitialRemoteIteratorData<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qas
List<@NotNull @Valid QualifiedAgent> qas
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QaRemoteIteratorData extends RemoteIteratorData<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qas
List<@NotNull @Valid QualifiedAgent> qas
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgent extends QualifiedAgentIds implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.AndQaFilter extends MultipleFilter<QualifiedAgent,@Valid QualifiedAgentFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid QualifiedAgentFilter> and
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter extends MultipleFilter<QualifiedAgent,@Valid QualifiedAgentFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid QualifiedAgentFilter> or
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentNullEq extends AtomicAttributeFilter.NullComparison<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentNullNe extends AtomicAttributeFilter.NullComparison<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agentId
LongFilter agentId
-
agentName
StringFilter agentName
-
orgPosId
LongFilter orgPosId
-
orgPosName
StringFilter orgPosName
-
userSessionId
StringFilter userSessionId
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.RaInitialRemoteIteratorData extends InitialRemoteIteratorData<RichAgent> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.RaRemoteIteratorData extends RemoteIteratorData<RichAgent> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.base.sessionmanagement.RichAgent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalAttributes
Map<@NotBlank String,String> additionalAttributes
-
agent
@NotNull @Valid QualifiedAgent agent
-
langTag
@NotBlank String langTag
The language of the agent as an IETF BCP 47 language tag. -
mailAddress
@NotNull String mailAddress
-
userReadableName
@NotNull String userReadableName
-
-
Class de.aristaflow.ilm.base.sessionmanagement.Session extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
Map<@NotBlank String,String> attributes
Set this to arbitrary attributes required for a specific interaction. -
callerUris
@NotEmpty List<@NotNull URI> callerUris
Set this to URIs identifying your client uniquely. This can be the same for every session token used within the same application/client. -
parentSession
@Valid Session parentSession
Set this to sessions for interactions belonging to a sub-transaction of the transaction of the designated session. This is of the same (sub-)type as thisSession
. -
sessionId
@NotBlank UUID sessionId
Set this to an arbitrary value. This should be a globally unique random value. Use the same value for all interactions belonging to the same transaction, change it for a new transaction. -
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.base.sessionmanagement.SessionToken extends Session implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
token
@javax.validation.constraints.NotNull byte[] token
Set this to theClientSessionDetails.token
retrieved from authentication for each user separately.
-
-
-
Package de.aristaflow.ilm.core.globalprovider
-
Class de.aristaflow.ilm.core.globalprovider.NamespaceInitialRemoteIteratorData extends InitialRemoteIteratorData<String> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.globalprovider.NamespaceRemoteIteratorData extends RemoteIteratorData<String> implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.core.logmanager.logs
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorDataFilter.AndEdFilter extends MultipleFilter.AndFilter<ErrorData,@Valid ErrorDataFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorDataFilter.ErrorDataSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
LongFilter errorCode
-
errorMessage
StringFilter errorMessage
-
errorState
StringFilter errorState
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorDataFilter.OrEdFilter extends MultipleFilter.OrFilter<ErrorData,@Valid ErrorDataFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorDataInitialRemoteIteratorData extends InitialRemoteIteratorData<ErrorData> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ErrorDataRemoteIteratorData extends RemoteIteratorData<ErrorData> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecHistEntryInitialRemoteIteratorData extends InitialRemoteIteratorData<ExecutionHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
execHist
List<@NotNull @Valid ExecutionHistoryEntry> execHist
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecHistEntryRemoteIteratorData extends RemoteIteratorData<ExecutionHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
execHist
List<@NotNull @Valid ExecutionHistoryEntry> execHist
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agentId
Long agentId
-
agentOrgPosId
Long agentOrgPosId
-
arbitraryString
String arbitraryString
-
clientDelay
Long clientDelay
-
errorData
@Valid ErrorData errorData
-
execMgrUris
List<@NotNull URI> execMgrUris
-
id
@NotNull Long id
-
instanceName
String instanceName
-
instLogId
@NotNull UUID instLogId
-
nodeId
Integer nodeId
-
nodeIteration
Integer nodeIteration
-
nodeName
String nodeName
-
stateChange
@NotNull ExecutionHistory.StateChange stateChange
-
supportsViewOnly
Boolean supportsViewOnly
-
templateName
String templateName
-
timestamp
@NotNull Instant timestamp
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.AndEhFilter extends MultipleFilter.AndFilter<ExecutionHistoryEntry,@Valid ExecutionHistoryFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agentId
LongFilter agentId
-
agentOrgPosId
LongFilter agentOrgPosId
-
arbitraryString
StringFilter arbitraryString
-
clientDelay
LongFilter clientDelay
-
errorData
ErrorDataFilter errorData
-
execMgrUris
StringFilter execMgrUris
The URIs are stored as strings separated by "::". -
id
LongFilter id
-
instanceName
StringFilter instanceName
-
instLogId
UuidFilter instLogId
-
nodeId
IntegerFilter nodeId
-
nodeIteration
IntegerFilter nodeIteration
-
nodeName
StringFilter nodeName
-
stateChange
StateChangeFilter stateChange
-
supportsViewOnly
BooleanFilter supportsViewOnly
-
templateName
StringFilter templateName
-
timestamp
InstantFilter timestamp
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.OrEhFilter extends MultipleFilter.OrFilter<ExecutionHistoryEntry,@Valid ExecutionHistoryFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeIn extends StateChangeFilter.StateChangeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
in
@NotNull @Size(min=1) List<@NotNull @Valid ExecutionHistory.StateChange> in
-
-
Class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeNotIn extends StateChangeFilter.StateChangeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notIn
@NotNull @Size(min=1) List<@NotNull @Valid ExecutionHistory.StateChange> notIn
-
-
Class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryInitialRemoteIteratorData extends InitialRemoteIteratorData<WorkHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
workHist
List<@NotNull @Valid WorkHistoryEntry> workHist
-
-
Class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryRemoteIteratorData extends RemoteIteratorData<WorkHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
workHist
List<@NotNull @Valid WorkHistoryEntry> workHist
-
-
Class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activationTime
@NotNull Long activationTime
-
agentId
@NotNull Long agentId
-
agentOrgPosId
@NotNull Long agentOrgPosId
-
completionTime
@NotNull Long completionTime
-
execMgrUris
@NotNull List<@NotNull URI> execMgrUris
-
id
@NotNull Long id
-
instanceName
@NotNull String instanceName
-
instLogId
@NotNull UUID instLogId
-
nodeId
@NotNull Integer nodeId
-
nodeIteration
@NotNull Integer nodeIteration
-
nodeName
@NotNull String nodeName
-
supportsViewOnly
@NotNull Boolean supportsViewOnly
-
templateName
@NotNull String templateName
-
-
-
Package de.aristaflow.ilm.core.orgmodelmanager
-
Class de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataType
@NotNull DataType dataType
-
isMandatory
@NotNull Boolean isMandatory
-
isReadOnly
@NotNull Boolean isReadOnly
-
mappings
List<@NotNull @Valid OmExtMapping> mappings
-
name
@NotBlank String name
-
sizeHint
@NotNull Integer sizeHint
-
type
@NotNull EntityType type
-
-
Class de.aristaflow.ilm.core.orgmodelmanager.EntityEnabled extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.AndEntFilter extends MultipleFilter.AndFilter<Entity,@Valid EntityFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.EntitySelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sel
@NotEmpty Map<@NotBlank String,@Valid FlatAttributeSelection<?,?>> sel
This maps from attribute name to corresponding attribute comparison using the appropriate type of the attribute. The sub-object is required to detect multiple filter and selections properly. The attributes of the selection (keys in the map) may have arbitrary names, they may even be "and" or "or".
-
-
Class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.OrEntFilter extends MultipleFilter.OrFilter<Entity,@Valid EntityFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.OmExtMapping extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.OrgModelException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.PolicyResolutionException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.core.processmanager
-
Class de.aristaflow.ilm.core.processmanager.TemplKindInitialRemoteIteratorData extends InitialRemoteIteratorData<TemplateManager.TemplateKind> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templKinds
List<@NotNull TemplateManager.TemplateKind> templKinds
-
-
Class de.aristaflow.ilm.core.processmanager.TemplKindRemoteIteratorData extends RemoteIteratorData<TemplateManager.TemplateKind> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templKinds
List<@NotNull TemplateManager.TemplateKind> templKinds
-
-
-
Package de.aristaflow.ilm.core.resmodelmanager
-
Class de.aristaflow.ilm.core.resmodelmanager.XPathEvaluationException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
xpath
@NotNull String xpath
-
-
-
Package de.aristaflow.ilm.model.common
-
Class de.aristaflow.ilm.model.common.AbstractSimpleParameterSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
StringFilter name
-
type
AdeptDataTypeFilter type
-
-
Class de.aristaflow.ilm.model.common.ActivityConfExtension extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.ActivityConfiguration extends AfConfiguration implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.AfConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.CheckReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base
URI base
-
entries
List<@NotNull @Valid CheckReport.Entry> entries
-
langTag
@NotBlank String langTag
The language of the report as a IETF BCP 47 language tag. -
overallResult
@NotNull CheckReport.ResultType overallResult
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.common.CheckReport.Entry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
affectedElements
List<@NotNull URI> affectedElements
-
checkId
@NotNull String checkId
-
entryNumber
@NotNull Integer entryNumber
-
localisedMessage
Map<@NotBlank String,@NotBlank String> localisedMessage
The messages for specific locales where the keys are IETF BCP 47 language tags. -
message
@NotNull String message
-
resultType
@NotNull CheckReport.ResultType resultType
-
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.AllSpFilter extends ContainsFilter.AllFilter<SimpleParameter,@Valid SimpleParameterFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.AndCollSpFilter extends MultipleCollFilter.AndCollFilter<SimpleParameter,CollectionSpFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpNullEq extends CollectionFilter.NullCollectionComparison<SimpleParameter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpNullNe extends CollectionFilter.NullCollectionComparison<SimpleParameter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpSizeFilter extends CollectionAttributeFilter.CollectionSizeFilter<SimpleParameter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.ExistsSpFilter extends ContainsFilter.ExistsFilter<SimpleParameter,@Valid SimpleParameterFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.CollectionSpFilter.OrCollSpFilter extends MultipleCollFilter.OrCollFilter<SimpleParameter,CollectionSpFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.ConfigurationDescEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
desc
@NotNull String desc
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotNull String name
-
optional
@NotNull Boolean optional
-
restrictions
List<@NotNull String> restrictions
-
type
@NotNull ProcessConstants.AdeptDataType type
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.common.DataConsistencyException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.ExecutionControlProperties extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.AndEcpFilter extends MultipleFilter.AndFilter<ExecutionControlProperties,@Valid ExecutionControlPropertiesFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.ExecutionControlPropertiesSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closable
BooleanFilter closable
-
resettable
BooleanFilter resettable
-
suspensible
BooleanFilter suspensible
-
-
Class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.OrEcpFilter extends MultipleFilter.OrFilter<ExecutionControlProperties,@Valid ExecutionControlPropertiesFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.LicenceInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actInterval
@NotNull Integer actInterval
-
addFeatures
List<@NotNull String> addFeatures
-
additions
Map<@NotBlank String,String> additions
-
customerId
@NotBlank String customerId
-
distributorId
String distributorId
-
edition
@NotBlank String edition
-
ipAddressLimit
@Pattern(regexp="\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(/\\d{1,2})?") String ipAddressLimit
-
knownUserLimit
Integer knownUserLimit
-
licenceId
@NotNull Integer licenceId
-
licenceType
@NotBlank String licenceType
-
licensee
@NotBlank String licensee
-
mailAddresses
List<@NotNull @Email String> mailAddresses
-
processTypeLimit
List<@NotNull String> processTypeLimit
-
releaseName
@NotBlank String releaseName
-
timeLimit
LocalDate timeLimit
-
transactionLimit
Integer transactionLimit
-
usingUserLimit
Integer usingUserLimit
-
-
Class de.aristaflow.ilm.model.common.ParameterValue extends SimpleParameter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
The string representation of the value, which is either atrue/false
, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, an (optionally) gzipped and Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null.
-
-
Class de.aristaflow.ilm.model.common.SimpleParameter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NotEmpty String name
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
type
@NotNull ProcessConstants.AdeptDataType type
-
udtName
String udtName
-
-
Class de.aristaflow.ilm.model.common.SimpleParameterFilter.AndSpFilter extends MultipleFilter.AndFilter<SimpleParameter,@Valid SimpleParameterFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.SimpleParameterFilter.OrSpFilter extends MultipleFilter.OrFilter<SimpleParameter,@Valid SimpleParameterFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.SimpleParameterFilter.SimpleParameterSelection extends AbstractSimpleParameterSelection<SimpleParameter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.UserAttributesFilter.AndUasFilter extends MultipleFilter.AndFilter<Map<String,String>,@Valid UserAttributesFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.UserAttributesFilter.OrUasFilter extends MultipleFilter.OrFilter<Map<String,String>,@Valid UserAttributesFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.UserAttributesFilter.UserAttributesSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sel
@NotEmpty Map<@NotBlank String,@Valid StringFilter> sel
-
-
-
Package de.aristaflow.ilm.model.common.collection
-
Class de.aristaflow.ilm.model.common.collection.AbstractRemoteIteratorData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closed
@NotNull Boolean closed
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data. -
iteratorId
UUID iteratorId
This will benull
if the corresponding iterator has been closed implicitly due to all data being available now. -
remAliveTime
@NotNull Long remAliveTime
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.common.collection.InitialRemoteIteratorData extends AbstractRemoteIteratorData<T> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.collection.RemoteIteratorData extends AbstractRemoteIteratorData<T> implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.model.datamanagement
-
Class de.aristaflow.ilm.model.datamanagement.ActivityDataContainer extends DataContainer implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.datamanagement.DataContainer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
outputValues
List<@NotNull @Valid ParameterValue> outputValues
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
values
List<@NotNull @Valid ParameterValue> values
-
-
Class de.aristaflow.ilm.model.datamanagement.InvalidDataContainerException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.datamanagement.ReadingDataContainer extends ActivityDataContainer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
implicitSpSessionState
byte[] implicitSpSessionState
The session state of the implicit savepoint. This is separated since it is stored with anull
key withinsessionStates
, butnull
keys may not be allowed. -
savepoints
List<@NotNull String> savepoints
-
sessionStates
Map<@NotEmpty String,byte[]> sessionStates
-
-
Class de.aristaflow.ilm.model.datamanagement.UdtValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class de.aristaflow.ilm.model.datamanagement.WritingDataContainer extends ActivityDataContainer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lastSessionState
byte[] lastSessionState
The session state which to store for the current (implicit) savepoint.
-
-
-
Package de.aristaflow.ilm.model.execution
-
Class de.aristaflow.ilm.model.execution.ActivityInstance extends ExecutableBusinessProcessInstance implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actConf
@NotNull @Valid ActivityConfiguration actConf
-
actName
@NotBlank String actName
-
classPath
List<@NotBlank String> classPath
-
clUsage
@NotNull ClassLoaderUsage clUsage
-
clUsageOrigin
@NotNull ActivityConstants.ActivityModelEntityType clUsageOrigin
-
confName
String confName
-
descOrigin
@NotNull ActivityConstants.ActivityModelEntityType descOrigin
-
execCompName
@NotBlank String execCompName
-
execControlPropertiesOrigin
@NotNull ActivityConstants.ActivityModelEntityType execControlPropertiesOrigin
-
guiContextId
String guiContextId
-
guiContextIdOrigin
@NotNull ActivityConstants.ActivityModelEntityType guiContextIdOrigin
-
iconIdOrigin
@NotNull ActivityConstants.ActivityModelEntityType iconIdOrigin
-
id
@NotNull UUID id
-
implClass
String implClass
-
implClassOrigin
@NotNull ActivityConstants.ActivityModelEntityType implClassOrigin
-
locActName
Map<@NotBlank String,@NotBlank String> locActName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
opName
@NotBlank String opName
-
sepClassPaths
Map<@NotNull ActivityConstants.ActivityModelEntityType,@NotNull ArrayList<@NotBlank String>> sepClassPaths
-
supportsViewOnly
@NotNull Boolean supportsViewOnly
-
supportsViewOnlyOrigin
@NotNull ActivityConstants.ActivityModelEntityType supportsViewOnlyOrigin
-
systemComp
byte[] systemComp
-
systemCompOrigin
@NotNull ActivityConstants.ActivityModelEntityType systemCompOrigin
-
-
Class de.aristaflow.ilm.model.execution.AgentUnknownException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
runtimeMgr
List<@NotNull URI> runtimeMgr
-
-
Class de.aristaflow.ilm.model.execution.ArchiveTemplateResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instIdPairs
@Valid InstIdPairInitialRemoteIteratorData instIdPairs
-
templIds
@Valid TemplIdInitialRemoteIteratorData templIds
-
-
Class de.aristaflow.ilm.model.execution.ConsistencyCheckResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inconsFound
@NotNull Boolean inconsFound
-
status
@NotNull ProcessConstants.InstanceExecutionStatus status
-
-
Class de.aristaflow.ilm.model.execution.EcInitialRemoteIteratorData extends InitialRemoteIteratorData<ExecutionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
execConts
List<@NotNull @Valid ExecutionContextResponse> execConts
-
-
Class de.aristaflow.ilm.model.execution.EcRemoteIteratorData extends RemoteIteratorData<ExecutionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
execConts
List<@NotNull @Valid ExecutionContextResponse> execConts
-
-
Class de.aristaflow.ilm.model.execution.Enquiry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
originator
@NotNull @Valid QualifiedAgent originator
-
question
@NotNull String question
-
recipients
@NotEmpty List<@NotNull @Valid QualifiedAgent> recipients
-
replier
@Valid QualifiedAgent replier
-
reply
String reply
-
-
Class de.aristaflow.ilm.model.execution.EnquiryFilter.AndEnqFilter extends MultipleFilter<Enquiry,@Valid EnquiryFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid EnquiryFilter> and
-
-
Class de.aristaflow.ilm.model.execution.EnquiryFilter.EnquiryNullEq extends AtomicAttributeFilter.NullComparison<Enquiry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.execution.EnquiryFilter.EnquiryNullNe extends AtomicAttributeFilter.NullComparison<Enquiry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.execution.EnquiryFilter.EnquirySelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
originator
QualifiedAgentFilter originator
-
question
StringFilter question
-
recipients
CollectionQaFilter recipients
-
replier
QualifiedAgentFilter replier
-
reply
StringFilter reply
-
-
Class de.aristaflow.ilm.model.execution.EnquiryFilter.OrEnqFilter extends MultipleFilter<Enquiry,@Valid EnquiryFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid EnquiryFilter> or
-
-
Class de.aristaflow.ilm.model.execution.ExecutableBusinessProcessInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedDataContext
@Valid InputDataContext attachedDataContext
-
conf
@NotNull @Valid AfConfiguration conf
-
desc
String desc
-
execControlProperties
@NotNull @Valid ExecutionControlProperties execControlProperties
-
groupExecutionContext
String groupExecutionContext
-
groupName
@NotNull String groupName
-
iconId
UUID iconId
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locProcessInstanceName
Map<@NotBlank String,@NotBlank String> locProcessInstanceName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locProcessTemplateName
Map<@NotBlank String,@NotBlank String> locProcessTemplateName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotBlank String name
-
parameters
@NotNull List<@NotNull @Valid AccessedProcessModelParameter> parameters
-
processInstanceName
@NotBlank String processInstanceName
-
processTemplateName
@NotBlank String processTemplateName
-
processTemplateVersion
@NotNull String processTemplateVersion
-
processType
@NotNull String processType
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.execution.ExecutionContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
currentEnq
@Valid Enquiry currentEnq
-
dataContainer
@NotNull @Valid ActivityDataContainer dataContainer
-
ebpInstance
@NotNull @Valid ExecutableBusinessProcessInstance ebpInstance
-
execMode
ProcessConstants.ExecutionMode execMode
This will only benull
when callingActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)
andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)
. -
repliedEnq
@Valid Enquiry repliedEnq
-
resumed
@NotNull Boolean resumed
In case ofActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)
andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)
this represents whether the activity has been started (is running or suspended instead of selected or activated). -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.execution.ExecutionContextResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
context
@Valid ExecutionContext context
-
exception
@Valid IlmException exception
-
-
Class de.aristaflow.ilm.model.execution.InputDataContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.execution.InputDataContextFilter.AndIdcFilter extends MultipleFilter<InputDataContext,@Valid InputDataContextFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid InputDataContextFilter> and
-
-
Class de.aristaflow.ilm.model.execution.InputDataContextFilter.InputDataContextNullEq extends AtomicAttributeFilter.NullComparison<InputDataContext> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.execution.InputDataContextFilter.InputDataContextNullNe extends AtomicAttributeFilter.NullComparison<InputDataContext> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.execution.InputDataContextFilter.InputDataContextSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parameters
CollectionSpFilter parameters
-
userAttributes
UserAttributesFilter userAttributes
-
-
Class de.aristaflow.ilm.model.execution.InputDataContextFilter.OrIdcFilter extends MultipleFilter<InputDataContext,@Valid InputDataContextFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid InputDataContextFilter> or
-
-
Class de.aristaflow.ilm.model.execution.InvalidActivityStateException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activityState
ProcessConstants.NodeState activityState
-
agent
@Valid QualifiedAgent agent
-
-
Class de.aristaflow.ilm.model.execution.ProcessNodeContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.execution.WrongAgentException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callingAgent
@NotNull @Valid QualifiedAgent callingAgent
-
expectedAgent
@Valid QualifiedAgent expectedAgent
-
expectedSar
@Valid String expectedSar
-
-
-
Package de.aristaflow.ilm.model.filter
-
Class de.aristaflow.ilm.model.filter.AtomicAttributeFilter.NullComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isNull
boolean isNull
Whether the property should benull
, otherwise it should not benull
. -
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.Attribute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.AndBooleanFilter extends MultipleFilter.AndFilter<Boolean,BooleanFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanEq extends BooleanFilter.BooleanComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@NotNull Boolean eq
-
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<Boolean,ComparisonOperator.Equality,BooleanFilter,BooleanFilter.BooleanComparison,BooleanFilter.OrBooleanFilter,BooleanFilter.BooleanFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanNe extends BooleanFilter.BooleanComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@NotNull Boolean ne
-
-
Class de.aristaflow.ilm.model.filter.BooleanFilter.OrBooleanFilter extends MultipleFilter.OrFilter<Boolean,BooleanFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.CollectionAttributeFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.CollectionAttributeFilter.CollectionSizeFilter extends CollectionAttributeFilter<T,IntegerFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
size
@NotNull IntegerFilter size
-
-
Class de.aristaflow.ilm.model.filter.CollectionFilter.NullCollectionComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isNull
boolean isNull
Whether the property should benull
, otherwise it should not benull
. -
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.ContainsFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isMatchAll
boolean isMatchAll
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.ContainsFilter.AllFilter extends ContainsFilter<T,F extends AtomicAttributeFilter<T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
all
F extends AtomicAttributeFilter<T> all
-
-
Class de.aristaflow.ilm.model.filter.ContainsFilter.ExistsFilter extends ContainsFilter<T,F extends AtomicAttributeFilter<T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exists
F extends AtomicAttributeFilter<T> exists
-
-
Class de.aristaflow.ilm.model.filter.Deserialisers.EnumValueTypeDeserialiser extends ScalarArrayHandlingTypeDeserialiser<D extends Deserialisers.EnumValueTypeDeserialiser<T,F,E,D>> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.Deserialisers.FilterTypeDeserialiser extends ScalarArrayHandlingTypeDeserialiser<D extends Deserialisers.FilterTypeDeserialiser<T,O,F,C,M,D>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comparisonType
String comparisonType
The ID of the type for the filter created for a plain value.
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.AndDoubleFilter extends MultipleFilter.AndFilter<Double,DoubleFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleEq extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@NotNull Double eq
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<Double,ComparisonOperator.Number,DoubleFilter,DoubleFilter.DoubleComparison,DoubleFilter.OrDoubleFilter,DoubleFilter.DoubleFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleGe extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ge
@NotNull Double ge
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleGt extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gt
@NotNull Double gt
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleLe extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
le
@NotNull Double le
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleLt extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lt
@NotNull Double lt
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleNe extends DoubleFilter.DoubleComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@NotNull Double ne
-
-
Class de.aristaflow.ilm.model.filter.DoubleFilter.OrDoubleFilter extends MultipleFilter.OrFilter<Double,DoubleFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.InstantFilter.AndInstantFilter extends MultipleFilter<Instant,InstantFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid InstantFilter> and
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantEq extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
Instant eq
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<Instant,ComparisonOperator.Number,InstantFilter,InstantFilter.InstantComparison,InstantFilter.OrInstantFilter,InstantFilter.InstantFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantGe extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ge
@NotNull Instant ge
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantGt extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gt
@NotNull Instant gt
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantLe extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
le
@NotNull Instant le
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantLt extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lt
@NotNull Instant lt
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.InstantNe extends InstantFilter.InstantComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
Instant ne
-
-
Class de.aristaflow.ilm.model.filter.InstantFilter.OrInstantFilter extends MultipleFilter<Instant,InstantFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid InstantFilter> or
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.AndIntegerFilter extends MultipleFilter.AndFilter<Integer,IntegerFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerEq extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@NotNull Integer eq
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<Integer,ComparisonOperator.Number,IntegerFilter,IntegerFilter.IntegerComparison,IntegerFilter.OrIntegerFilter,IntegerFilter.IntegerFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerGe extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ge
@NotNull Integer ge
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerGt extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gt
@NotNull Integer gt
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerLe extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
le
@NotNull Integer le
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerLt extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lt
@NotNull Integer lt
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerNe extends IntegerFilter.IntegerComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@NotNull Integer ne
-
-
Class de.aristaflow.ilm.model.filter.IntegerFilter.OrIntegerFilter extends MultipleFilter.OrFilter<Integer,IntegerFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.LongFilter.AndLongFilter extends MultipleFilter.AndFilter<Long,LongFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongEq extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@NotNull Long eq
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<Long,ComparisonOperator.Number,LongFilter,LongFilter.LongComparison,LongFilter.OrLongFilter,LongFilter.LongFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongGe extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ge
@NotNull Long ge
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongGt extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gt
@NotNull Long gt
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongLe extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
le
@NotNull Long le
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongLt extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lt
@NotNull Long lt
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.LongNe extends LongFilter.LongComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@NotNull Long ne
-
-
Class de.aristaflow.ilm.model.filter.LongFilter.OrLongFilter extends MultipleFilter.OrFilter<Long,LongFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.MultipleCollFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isConjunction
boolean isConjunction
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.MultipleCollFilter.AndCollFilter extends MultipleCollFilter<T,F extends CollectionFilter<T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid F extends CollectionFilter<T>> and
-
-
Class de.aristaflow.ilm.model.filter.MultipleCollFilter.OrCollFilter extends MultipleCollFilter<T,F extends CollectionFilter<T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid F extends CollectionFilter<T>> or
-
-
Class de.aristaflow.ilm.model.filter.MultipleFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isConjunction
boolean isConjunction
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.MultipleFilter.AndFilter extends MultipleFilter<T,F extends AtomicAttributeFilter<? extends T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid F extends AtomicAttributeFilter<? extends T>> and
-
-
Class de.aristaflow.ilm.model.filter.MultipleFilter.OrFilter extends MultipleFilter<T,F extends AtomicAttributeFilter<? extends T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid F extends AtomicAttributeFilter<? extends T>> or
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.AndStringFilter extends MultipleFilter<String,StringFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid StringFilter> and
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.OrStringFilter extends MultipleFilter<String,StringFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid StringFilter> or
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringEq extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
String eq
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<String,ComparisonOperator.String,StringFilter,StringFilter.StringComparison,StringFilter.OrStringFilter,StringFilter.StringFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringiEq extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ieq
@NotNull String ieq
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringiLike extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ilike
@NotNull String ilike
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringiNe extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ine
@NotNull String ine
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringiUnlike extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
iunlike
@NotNull String iunlike
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringLike extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
like
@NotNull String like
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringNe extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
String ne
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringRegExp extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
regExp
@NotNull String regExp
-
-
Class de.aristaflow.ilm.model.filter.StringFilter.StringUnlike extends StringFilter.StringComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unlike
@NotNull String unlike
-
-
-
Package de.aristaflow.ilm.model.globals
-
Class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeIn extends AdeptDataTypeFilter.AdeptDataTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
in
@NotNull @Size(min=1) List<@NotNull @Valid ProcessConstants.AdeptDataType> in
-
-
Class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeNotIn extends AdeptDataTypeFilter.AdeptDataTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notIn
@NotNull @Size(min=1) List<@NotNull @Valid ProcessConstants.AdeptDataType> notIn
-
-
Class de.aristaflow.ilm.model.globals.EbpTypeFilter.EbpTypeComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.globals.EbpTypeFilter.EbpTypeIn extends EbpTypeFilter.EbpTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.globals.EbpTypeFilter.EbpTypeNotIn extends EbpTypeFilter.EbpTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.WorklistItemStateComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.WorklistItemStateIn extends WorklistItemStateFilter.WorklistItemStateComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
in
@NotNull @Size(min=1) List<@NotNull @Valid WorklistConstants.WorklistItemState> in
-
-
Class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.WorklistItemStateNotIn extends WorklistItemStateFilter.WorklistItemStateComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notIn
@NotNull @Size(min=1) List<@NotNull @Valid WorklistConstants.WorklistItemState> notIn
-
-
-
Package de.aristaflow.ilm.model.graphical
-
Class de.aristaflow.ilm.model.graphical.ProcessImageData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.graphical.Rectangle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.graphical.RenderOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
advOptions
Map<@NotBlank String,String> advOptions
-
dataEdgesVisible
@NotNull Boolean dataEdgesVisible
-
dataElementsVisible
@NotNull Boolean dataElementsVisible
-
dataFlowLaneVisible
@NotNull Boolean dataFlowLaneVisible
-
decisionDataEdgesVisible
@NotNull Boolean decisionDataEdgesVisible
-
decisionDataElementsVisible
@NotNull Boolean decisionDataElementsVisible
-
height
@Positive Integer height
-
hiddenNodesVisible
@NotNull Boolean hiddenNodesVisible
-
syncEdgesVisible
@NotNull Boolean syncEdgesVisible
-
systemDataEdgesVisible
@NotNull Boolean systemDataEdgesVisible
-
systemDataElementsVisible
@NotNull Boolean systemDataElementsVisible
-
type
@NotNull String type
-
viewPort
@Valid Rectangle viewPort
-
width
@Positive Integer width
-
-
-
Package de.aristaflow.ilm.model.orgmodel
-
Class de.aristaflow.ilm.model.orgmodel.Entity extends TransientEntity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
@NotNull Long id
-
-
Class de.aristaflow.ilm.model.orgmodel.EntityInitialRemoteIteratorData extends InitialRemoteIteratorData<Entity> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.orgmodel.EntityRemoteIteratorData extends RemoteIteratorData<Entity> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.orgmodel.FlatAttributeSelection.JsonTypeDeducingTypeDeserialiser extends ScalarArrayHandlingTypeDeserialiser<FlatAttributeSelection.JsonTypeDeducingTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.orgmodel.OrgPolicyReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
List<@NotNull @Valid OrgPolicyReport.Entry> entries
-
overallResult
@NotNull OrgPolicyReport.ResultType overallResult
-
-
Class de.aristaflow.ilm.model.orgmodel.OrgPolicyReport.Entry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
desc
@NotNull String desc
-
ranges
@NotNull List<@Valid OrgPolicyReport.Range> ranges
-
resultType
@NotNull OrgPolicyReport.ResultType resultType
-
-
Class de.aristaflow.ilm.model.orgmodel.OrgPolicyReport.Range extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.orgmodel.TransientEntity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allAttrs
@NotEmpty Map<@NotBlank String,String> allAttrs
This is the union of all attributes with their values being represented as string. -
dateAttrs
Map<@NotBlank String,Instant> dateAttrs
-
floatAttrs
Map<@NotBlank String,Double> floatAttrs
-
intAttrs
Map<@NotBlank String,Long> intAttrs
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
type
@NotNull EntityType type
-
-
-
Package de.aristaflow.ilm.model.processmodel
-
Class de.aristaflow.ilm.model.processmodel.AccessedProcessModelParameter extends ProcessModelParameter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessType
@NotNull ActivityConstants.AccessType accessType
-
-
Class de.aristaflow.ilm.model.processmodel.Activity extends ExecutableBusinessProcess implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actName
@NotBlank String actName
-
classPath
List<@NotBlank String> classPath
-
clUsage
@NotNull ClassLoaderUsage clUsage
-
clUsageOrigin
@NotNull ActivityConstants.ActivityModelEntityType clUsageOrigin
-
confExt
@NotNull @Valid ActivityConfExtension confExt
-
confName
String confName
-
desc
String desc
-
descOrigin
@NotNull ActivityConstants.ActivityModelEntityType descOrigin
-
execCompName
@NotBlank String execCompName
-
execControlPropertiesOrigin
@NotNull ActivityConstants.ActivityModelEntityType execControlPropertiesOrigin
-
guiContextId
String guiContextId
-
guiContextIdOrigin
@NotNull ActivityConstants.ActivityModelEntityType guiContextIdOrigin
-
iconId
UUID iconId
-
iconIdOrigin
@NotNull ActivityConstants.ActivityModelEntityType iconIdOrigin
-
id
@NotNull UUID id
-
implClass
String implClass
-
implClassOrigin
@NotNull ActivityConstants.ActivityModelEntityType implClassOrigin
-
locActName
Map<@NotBlank String,@NotBlank String> locActName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
opName
@NotNull String opName
-
paramChangePolicy
@NotNull ParameterChangePolicy paramChangePolicy
-
sepClassPaths
Map<@NotNull ActivityConstants.ActivityModelEntityType,@NotNull List<@NotBlank String>> sepClassPaths
-
supportsTestExecution
@NotNull Boolean supportsTestExecution
-
supportsTestExecutionOrigin
@NotNull ActivityConstants.ActivityModelEntityType supportsTestExecutionOrigin
-
supportsViewOnly
@NotNull Boolean supportsViewOnly
-
supportsViewOnlyOrigin
@NotNull ActivityConstants.ActivityModelEntityType supportsViewOnlyOrigin
-
systemComp
byte[] systemComp
-
systemCompOrigin
@NotNull ActivityConstants.ActivityModelEntityType systemCompOrigin
-
testConfExt
@NotNull @Valid ActivityConfExtension testConfExt
-
-
Class de.aristaflow.ilm.model.processmodel.ChangeReport extends CheckReport implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.DataEdge extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.DataElement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
desc
@NotNull String desc
-
iconId
UUID iconId
-
id
@NotNull Integer id
-
identifierId
@NotNull UUID identifierId
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotNull String name
-
publicDe
Boolean publicDe
-
type
@NotNull ProcessConstants.AdeptDataType type
-
udtName
String udtName
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
virtual
Boolean virtual
-
-
Class de.aristaflow.ilm.model.processmodel.DecisionActivity extends Activity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
decParam
@NotNull String decParam
-
decStatements
@NotEmpty Map<@NotNull Long,@NotEmpty List<@Valid DecisionStatement>> decStatements
-
-
Class de.aristaflow.ilm.model.processmodel.DecisionStatement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
@NotNull Long id
-
label
@NotNull String label
-
locLabel
Map<@NotBlank String,@NotBlank String> locLabel
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locStatement
Map<@NotBlank String,@NotBlank String> locStatement
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
statement
@NotNull String statement
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.processmodel.EbpInstanceReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseTemplateId
@NotNull UUID baseTemplateId
-
executionManagerUris
@NotNull List<@NotNull URI> executionManagerUris
-
instanceId
@NotNull UUID instanceId
-
instanceLogId
@NotNull UUID instanceLogId
-
nodeId
@NotNull Integer nodeId
-
nodeIteration
@NotNull Integer nodeIteration
-
runtimeManagerUris
List<@NotNull URI> runtimeManagerUris
-
type
@NotNull EBPType type
-
-
Class de.aristaflow.ilm.model.processmodel.Edge extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.EmbeddedProcess extends LightWeightProcess implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.ExecutableBusinessProcess extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
confValues
@Valid AfConfiguration confValues
-
execControlProperties
@NotNull @Valid ExecutionControlProperties execControlProperties
-
inParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> inParams
-
outParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> outParams
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
testConfValues
@Valid AfConfiguration testConfValues
-
type
@NotNull EBPType type
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.processmodel.Instance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseTemplId
@NotNull UUID baseTemplId
-
creationTime
@NotNull Long creationTime
-
id
@NotNull UUID id
-
initiator
@NotNull @Valid QualifiedAgent initiator
-
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
logId
@NotNull UUID logId
-
modified
Boolean modified
-
name
@NotNull String name
-
nodeData
Map<@NotNull Integer,NodeInstanceData> nodeData
-
parentRef
@Valid EbpInstanceReference parentRef
-
status
@Valid InstanceStatus status
-
structurallyModified
Boolean structurallyModified
-
supervisor
@NotNull @Valid QualifiedAgent supervisor
-
templ
@Valid Template templ
-
templId
@NotNull UUID templId
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.processmodel.InstanceReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creationTime
@NotNull Long creationTime
-
execStatus
@NotNull ProcessConstants.InstanceExecutionStatus execStatus
-
id
@NotNull UUID id
-
initiator
@NotNull @Valid QualifiedAgent initiator
-
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
logId
@NotNull UUID logId
-
modified
Boolean modified
-
name
@NotNull String name
-
parentId
UUID parentId
-
supervisor
@NotNull @Valid QualifiedAgent supervisor
-
templRef
@NotNull @Valid TemplateReference templRef
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.processmodel.InstanceStatus extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionStatus
@NotNull ProcessConstants.InstanceExecutionStatus executionStatus
-
executionStatusComment
String executionStatusComment
-
executionStatusDate
@NotNull Instant executionStatusDate
-
instId
@NotNull UUID instId
-
migrationStatus
@NotNull ProcessConstants.InstanceMigrationStatus migrationStatus
-
migrationStatusComment
String migrationStatusComment
-
migrationStatusDate
Instant migrationStatusDate
-
-
Class de.aristaflow.ilm.model.processmodel.InstIdInitialRemoteIteratorData extends InitialRemoteIteratorData<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.InstIdPair extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.InstIdPairInitialRemoteIteratorData extends InitialRemoteIteratorData<InstIdPair> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instIdPairs
List<@NotNull @Valid InstIdPair> instIdPairs
-
-
Class de.aristaflow.ilm.model.processmodel.InstIdPairRemoteIteratorData extends RemoteIteratorData<InstIdPair> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instIdPairs
List<@NotNull @Valid InstIdPair> instIdPairs
-
-
Class de.aristaflow.ilm.model.processmodel.InstIdRemoteIteratorData extends RemoteIteratorData<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.InstInitialRemoteIteratorData extends InitialRemoteIteratorData<Instance> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.InstRefInitialRemoteIteratorData extends InitialRemoteIteratorData<InstanceReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instRefs
List<@NotNull @Valid InstanceReference> instRefs
-
-
Class de.aristaflow.ilm.model.processmodel.InstRefRemoteIteratorData extends RemoteIteratorData<InstanceReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instRefs
List<@NotNull @Valid InstanceReference> instRefs
-
-
Class de.aristaflow.ilm.model.processmodel.InstRemoteIteratorData extends RemoteIteratorData<Instance> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.InstStatusInitialRemoteIteratorData extends InitialRemoteIteratorData<InstanceStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instStatuses
List<@NotNull @Valid InstanceStatus> instStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.InstStatusRemoteIteratorData extends RemoteIteratorData<InstanceStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instStatuses
List<@NotNull @Valid InstanceStatus> instStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.InvalidInstanceStateException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionState
ProcessConstants.InstanceExecutionStatus executionState
-
instanceId
@NotNull UUID instanceId
-
migrationState
ProcessConstants.InstanceMigrationStatus migrationState
-
preventingStatus
@NotNull String preventingStatus
-
-
Class de.aristaflow.ilm.model.processmodel.InvalidTemplateStateException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.LightWeightProcess extends ExecutableBusinessProcess implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.Node extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
assignmentRule
@NotNull String assignmentRule
-
autoStart
Boolean autoStart
-
desc
@NotNull String desc
-
ebp
@Valid ExecutableBusinessProcess ebp
-
groupExecutionContext
String groupExecutionContext
-
groupName
String groupName
-
iconId
UUID iconId
-
id
@NotNull Integer id
-
inParamConns
Map<@NotEmpty String,@NotNull Integer> inParamConns
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotNull String name
-
outParamConns
Map<@NotEmpty String,@NotNull Integer> outParamConns
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
sysInParamConns
Map<@NotEmpty String,@NotNull Integer> sysInParamConns
-
sysInParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> sysInParams
-
sysOutParamConns
Map<@NotEmpty String,@NotNull Integer> sysOutParamConns
-
sysOutParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> sysOutParams
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
-
Class de.aristaflow.ilm.model.processmodel.NodeInstanceData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executionMode
ProcessConstants.ExecutionMode executionMode
-
iteration
@NotNull Integer iteration
-
performingAgent
@Valid QualifiedAgent performingAgent
-
state
@NotNull ProcessConstants.NodeState state
-
subInstIds
List<@NotNull List<UUID>> subInstIds
A list of the corresponding subprocess instance IDs, the index of the outer list is the iteration (starting with 0), the inner list is just a collection of subprocess instances without any specific order.
The (outer) list will only be present if at least one subprocess instance exists.
-
-
Class de.aristaflow.ilm.model.processmodel.ProcessModelParameter extends SimpleParameter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conf
@Valid ActivityConfiguration conf
-
defaultValue
String defaultValue
The string representation of the value, which is either atrue/false
, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, a Base64-encodedbyte[]
ornull
in case the value is ADEPT2-Null. -
desc
@NotNull String desc
-
failure
@NotNull Boolean failure
-
identifierId
UUID identifierId
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
optional
@NotNull Boolean optional
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
virtual
@NotNull Boolean virtual
-
-
Class de.aristaflow.ilm.model.processmodel.ReferencedProcess extends LightWeightProcess implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.StructuralDataEdge extends DataEdge implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.StructuralEdge extends Edge implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.StructuralNode extends Node implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.Template extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
confEntries
Map<@NotEmpty String,@Valid ConfigurationDescEntry> confEntries
-
confValues
@Valid AfConfiguration confValues
-
dataEdges
List<@NotNull @Valid StructuralDataEdge> dataEdges
-
dataElements
Map<@NotNull Integer,@NotNull @Valid DataElement> dataElements
-
desc
@NotNull String desc
-
edges
@NotEmpty List<@NotNull @Valid StructuralEdge> edges
-
endNodeId
@NotNull Integer endNodeId
-
id
@NotNull UUID id
-
inParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> inParams
-
instNameTempl
String instNameTempl
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locInstNameTempl
Map<@NotBlank String,@NotBlank String> locInstNameTempl
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotNull String name
-
nodes
Map<@NotNull Integer,@NotNull @Valid StructuralNode> nodes
-
outParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> outParams
-
processType
@NotNull String processType
-
startNodeId
@NotNull Integer startNodeId
-
status
@Valid TemplateStatus status
-
supervisor
@NotNull @Valid QualifiedAgent supervisor
-
testConfValues
@Valid AfConfiguration testConfValues
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
version
@NotNull String version
-
-
Class de.aristaflow.ilm.model.processmodel.TemplateReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buildtimeState
@NotNull ProcessConstants.TemplateBuildtimeState buildtimeState
-
derivable
@NotNull Boolean derivable
-
desc
@NotNull String desc
-
id
@NotNull UUID id
-
inParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> inParams
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locName
Map<@NotBlank String,@NotBlank String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
name
@NotNull String name
-
outParams
Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> outParams
-
processType
@NotNull String processType
-
spInstanceChangeable
@NotNull Boolean spInstanceChangeable
-
spInstantiable
@NotNull Boolean spInstantiable
-
spMigratableTo
@NotNull Boolean spMigratableTo
-
spOutdated
@NotNull Boolean spOutdated
-
supervisor
@NotNull @Valid QualifiedAgent supervisor
-
tlInstanceChangeable
@NotNull Boolean tlInstanceChangeable
-
tlInstantiable
@NotNull Boolean tlInstantiable
-
tlMigratableTo
@NotNull Boolean tlMigratableTo
-
tlOutdated
@NotNull Boolean tlOutdated
-
tlUsable
@NotNull Boolean tlUsable
-
usageAsSubprocess
@NotNull ProcessConstants.TemplateUsage usageAsSubprocess
-
userAttributes
Map<@NotBlank String,@NotBlank String> userAttributes
-
version
@NotNull String version
-
-
Class de.aristaflow.ilm.model.processmodel.TemplateStatus extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buildtimeState
@NotNull ProcessConstants.TemplateBuildtimeState buildtimeState
-
derivable
@NotNull Boolean derivable
-
derivableComment
String derivableComment
-
spInstanceChangeable
@NotNull Boolean spInstanceChangeable
-
spInstanceChangeableComment
String spInstanceChangeableComment
-
spInstantiable
@NotNull Boolean spInstantiable
-
spInstantiableComment
String spInstantiableComment
-
spMigratableTo
@NotNull Boolean spMigratableTo
-
spMigratableToComment
String spMigratableToComment
-
spOutdated
@NotNull Boolean spOutdated
-
spOutdatedComment
String spOutdatedComment
-
starterRule
@NotNull String starterRule
-
templId
@NotNull UUID templId
-
tlInstanceChangeable
@NotNull Boolean tlInstanceChangeable
-
tlInstanceChangeableComment
String tlInstanceChangeableComment
-
tlInstantiable
@NotNull Boolean tlInstantiable
-
tlInstantiableComment
String tlInstantiableComment
-
tlMigratableTo
@NotNull Boolean tlMigratableTo
-
tlMigratableToComment
String tlMigratableToComment
-
tlOutdated
@NotNull Boolean tlOutdated
-
tlOutdatedComment
String tlOutdatedComment
-
tlUsable
@NotNull Boolean tlUsable
-
usageAsSubprocess
@NotNull ProcessConstants.TemplateUsage usageAsSubprocess
-
-
Class de.aristaflow.ilm.model.processmodel.TemplIdInitialRemoteIteratorData extends InitialRemoteIteratorData<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.TemplIdRemoteIteratorData extends RemoteIteratorData<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.TemplInitialRemoteIteratorData extends InitialRemoteIteratorData<Template> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.TemplRefInitialRemoteIteratorData extends InitialRemoteIteratorData<TemplateReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templRefs
List<@NotNull @Valid TemplateReference> templRefs
-
-
Class de.aristaflow.ilm.model.processmodel.TemplRefRemoteIteratorData extends RemoteIteratorData<TemplateReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templRefs
List<@NotNull @Valid TemplateReference> templRefs
-
-
Class de.aristaflow.ilm.model.processmodel.TemplRemoteIteratorData extends RemoteIteratorData<Template> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.processmodel.TemplStatusInitialRemoteIteratorData extends InitialRemoteIteratorData<TemplateStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templStatuses
List<@NotNull @Valid TemplateStatus> templStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.TemplStatusRemoteIteratorData extends RemoteIteratorData<TemplateStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templStatuses
List<@NotNull @Valid TemplateStatus> templStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.VariableParallelismEbp extends ExecutableBusinessProcess implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
indexedInParams
@NotEmpty Map<@NotEmpty String,@NotNull @Valid ProcessModelParameter> indexedInParams
-
lwp
@NotNull @Valid LightWeightProcess lwp
-
-
-
Package de.aristaflow.ilm.model.resourcemodel
-
Class de.aristaflow.ilm.model.resourcemodel.Attribute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.AttributeList extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
List<@NotNull @Valid Attribute> attributes
-
inheritance
@NotNull de.aristaflow.adept2.model.resourcemodel.AttributeList.ListInheritance inheritance
-
innerTypeClass
@NotBlank String innerTypeClass
This is the simple name of the subclass of Attribute used inAttributeList.attributes
.
-
-
Class de.aristaflow.ilm.model.resourcemodel.DirectTemplate extends ProcessTemplateRef implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templId
@NotNull UUID templId
-
-
Class de.aristaflow.ilm.model.resourcemodel.IdentifiedUdtValue extends UdtValue implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
udtRef
@NotNull String udtRef
-
-
Class de.aristaflow.ilm.model.resourcemodel.IdUdtInitialRemoteIteratorData extends InitialRemoteIteratorData<IdentifiedUdtValue> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
idUdtVals
List<@NotNull @Valid IdentifiedUdtValue> idUdtVals
-
-
Class de.aristaflow.ilm.model.resourcemodel.IdUdtRemoteIteratorData extends RemoteIteratorData<IdentifiedUdtValue> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
idUdtVals
List<@NotNull @Valid IdentifiedUdtValue> idUdtVals
-
-
Class de.aristaflow.ilm.model.resourcemodel.Poi extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
udtValue
@NotNull UdtValue udtValue
-
-
Class de.aristaflow.ilm.model.resourcemodel.PoiAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
poi
@NotNull @Valid Poi poi
-
-
Class de.aristaflow.ilm.model.resourcemodel.ProcessStartRef extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
startedInsts
List<@NotNull UUID> startedInsts
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
template
@NotNull @Valid ProcessTemplateRef template
-
-
Class de.aristaflow.ilm.model.resourcemodel.ProcessStartRefAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
procRef
@NotNull @Valid ProcessStartRef procRef
-
-
Class de.aristaflow.ilm.model.resourcemodel.ProcessTemplateRef extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.resourcemodel.ProcessTrigger extends ProcessStartRef implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.ResInitialRemoteIteratorData extends InitialRemoteIteratorData<Resource> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.ResInstInitialRemoteIteratorData extends InitialRemoteIteratorData<ResourceInstance> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resInsts
List<@NotNull @Valid ResourceInstance> resInsts
-
-
Class de.aristaflow.ilm.model.resourcemodel.ResInstRemoteIteratorData extends RemoteIteratorData<ResourceInstance> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resInsts
List<@NotNull @Valid ResourceInstance> resInsts
-
-
Class de.aristaflow.ilm.model.resourcemodel.Resource extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.ResourceInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.ResourceRefAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resRef
@NotBlank @Valid String resRef
-
-
Class de.aristaflow.ilm.model.resourcemodel.ResRemoteIteratorData extends RemoteIteratorData<Resource> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.Sensor extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
broker
@NotNull URI broker
-
dataType
@NotNull ProcessConstants.AdeptDataType dataType
-
format
@NotBlank String format
-
processTrigger
@Valid ProcessTrigger processTrigger
-
topic
@NotBlank String topic
-
value
@Valid Value value
-
-
Class de.aristaflow.ilm.model.resourcemodel.SensorAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sensor
@NotNull @Valid Sensor sensor
-
-
Class de.aristaflow.ilm.model.resourcemodel.TemplFromProcessType extends ProcessTemplateRef implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.resourcemodel.TimedProcessTrigger extends TimeTrigger implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
offRule
String offRule
-
onRule
@NotBlank String onRule
-
startedInsts
List<@NotNull UUID> startedInsts
-
template
@NotNull @Valid ProcessTemplateRef template
-
-
Class de.aristaflow.ilm.model.resourcemodel.TimeTrigger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
date
@NotNull ZonedDateTime date
-
period
String period
The string representation of the period as duration in ISO-8601-format. -
relToPrevStart
@NotNull Boolean relToPrevStart
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.resourcemodel.TimeTriggerAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timeTrigger
@NotNull @Valid TimeTrigger timeTrigger
-
-
Class de.aristaflow.ilm.model.resourcemodel.Value extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
type
@NotNull ProcessConstants.AdeptDataType type
-
udtValue
IdentifiedUdtValue udtValue
-
uriValue
URI uriValue
-
value
String value
The string representation of the value, which is either atrue/false
, a parsable integer or float number, a string, a date/time in ISO-format ornull
in case the value is ADEPT2-Null.
-
-
Class de.aristaflow.ilm.model.resourcemodel.ValueAttribute extends Attribute implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
@NotNull @Valid Value value
-
-
-
Package de.aristaflow.ilm.model.runtimeenvironment
-
Class de.aristaflow.ilm.model.runtimeenvironment.ActivityState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lastSignal
Integer lastSignal
-
state
@NotNull ActivityState.State state
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithActState extends ActivityState implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithNodeState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
state
ProcessConstants.NodeState state
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.AsInitialRemoteIteratorData extends InitialRemoteIteratorData<ActivityWithActState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actActStates
List<@NotNull @Valid ActivityWithActState> actActStates
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.AsRemoteIteratorData extends RemoteIteratorData<ActivityWithActState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actActStates
List<@NotNull @Valid ActivityWithActState> actActStates
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.DataContext extends InputDataContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
outputValues
List<@NotNull @Valid ParameterValue> outputValues
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.IncompleteSessionContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actInstance
@NotNull @Valid ActivityInstance actInstance
-
currentEnq
@Valid Enquiry currentEnq
-
dataContext
@NotNull @Valid DataContext dataContext
-
ebpInstRef
@NotNull @Valid EbpInstanceReference ebpInstRef
-
repliedEnq
@Valid Enquiry repliedEnq
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.NsInitialRemoteIteratorData extends InitialRemoteIteratorData<ActivityWithNodeState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actNodeStates
List<@NotNull @Valid ActivityWithNodeState> actNodeStates
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.NsRemoteIteratorData extends RemoteIteratorData<ActivityWithNodeState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actNodeStates
List<@NotNull @Valid ActivityWithNodeState> actNodeStates
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ScInitialRemoteIteratorData extends InitialRemoteIteratorData<SessionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessConts
List<@NotNull @Valid SessionContextResponse> sessConts
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData extends RemoteIteratorData<SessionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessConts
List<@NotNull @Valid SessionContextResponse> sessConts
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
context
@Valid IncompleteSessionContext context
-
exception
@Valid IlmException exception
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext extends IncompleteSessionContext implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.UnknownSessionException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
@NotNull String sessionId
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.WrongRuntimeManagerException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ebpInstRef
@NotNull @Valid EbpInstanceReference ebpInstRef
-
expRuntimeMgr
List<@NotNull URI> expRuntimeMgr
-
-
-
Package de.aristaflow.ilm.model.runtimeenvironment.guicontext
-
Class de.aristaflow.ilm.model.runtimeenvironment.guicontext.GuiContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actInstance
@NotNull @Valid ActivityInstance actInstance
This will be localised and contain runtime overrides (if applicable). This differs fromExecutionContext.ebpInstance
which stems directly from the corresponding process instance. -
ebpInstRef
@NotNull @Valid EbpInstanceReference ebpInstRef
-
executionContext
@NotNull @Valid ExecutionContext executionContext
-
guiContextAttributes
Map<@NotBlank String,String> guiContextAttributes
-
langTag
String langTag
-
sessionId
@NotBlank String sessionId
-
transferredGuiContextId
@NotBlank String transferredGuiContextId
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.guicontext.IncompatibleGuiContextException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
guiContextClass
@NotNull String guiContextClass
-
-
-
Package de.aristaflow.ilm.model.runtimeenvironment.messages.execution
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.AbstractBooleanReplyMessage extends ReplyMessage<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reply
Boolean reply
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.BooleanReplyMessage extends AbstractBooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
msgType
@NotNull BooleanReplyMessage.ReplyMessageType msgType
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.CommitMessage extends ExecutionMessage implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.NullReplyMessage extends ReplyMessage<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.PrepareCommitMessage extends ReplyMessage<Vote> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vote
Vote vote
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage extends ExecutionMessage implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
senderWaits
@NotNull Boolean senderWaits
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.SignalMessage extends AbstractBooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signal
@NotNull Integer signal
-
-
-
Package de.aristaflow.ilm.model.scripts
-
Class de.aristaflow.ilm.model.scripts.Script extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.scripts.ScriptEnvironmentException extends ScriptException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.scripts.ScriptEvaluationException extends ScriptException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.scripts.ScriptException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.model.worklistmodel
-
Class de.aristaflow.ilm.model.worklistmodel.AbsenceInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absentee
@NotNull @Valid QualifiedAgent absentee
-
fromDate
Instant fromDate
-
substitutionRule
String substitutionRule
-
toDate
Instant toDate
-
-
Class de.aristaflow.ilm.model.worklistmodel.AbstractIncWorklistData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closed
@NotNull Boolean closed
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data. -
incWlId
UUID incWlId
This will benull
if the corresponding incremental worklist has been closed (dropped) implicitly due to all data being available now. -
remAliveTime
@NotNull Long remAliveTime
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
refType
@NotNull ActivityReferenceType refType
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.ActivityReferenceSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
refType
ActivityReferenceTypeFilter refType
-
userAttributes
UserAttributesFilter userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.AndActRefFilter extends MultipleFilter.AndFilter<ActivityReference,@Valid ActivityReferenceFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.OrActRefFilter extends MultipleFilter.OrFilter<ActivityReference,@Valid ActivityReferenceFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeIn extends ActivityReferenceTypeFilter.ActivityReferenceTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
in
@NotNull @Size(min=1) List<@NotNull @Valid ActivityReferenceType> in
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNotIn extends ActivityReferenceTypeFilter.ActivityReferenceTypeComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notIn
@NotNull @Size(min=1) List<@NotNull @Valid ActivityReferenceType> notIn
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullEq extends AtomicAttributeFilter.NullComparison<ActivityReferenceType> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullNe extends AtomicAttributeFilter.NullComparison<ActivityReferenceType> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItem extends WorklistItem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedDataContext
@Valid InputDataContext attachedDataContext
-
delegationHandlingProcedureId
String delegationHandlingProcedureId
-
delegationHistory
List<@NotNull @Valid Delegation> delegationHistory
-
distributionHandlingProcedureId
String distributionHandlingProcedureId
-
escalationHandlingProcedureId
String escalationHandlingProcedureId
-
staffAssignmentRule
@NotNull String staffAssignmentRule
-
worklistIds
@NotEmpty List<@NotNull UUID> worklistIds
-
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection extends WorklistItemFilter.AbstractWorklistItemSelection<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedDataContext
InputDataContextFilter attachedDataContext
-
delegationHandlingProcedureId
StringFilter delegationHandlingProcedureId
-
delegationHistory
CollectionDelFilter delegationHistory
-
distributionHandlingProcedureId
StringFilter distributionHandlingProcedureId
-
escalationHandlingProcedureId
StringFilter escalationHandlingProcedureId
-
staffAssignmentRule
StringFilter staffAssignmentRule
-
worklistIds
CollectionUuidFilter worklistIds
-
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser extends Deserialisers.EnumValueTypeDeserialiser<AdministrativeWorklistItem,AdministrativeWorklistItemFilter,AdministrativeWorklistItemFilter.PredefinedAdministrativeWorklistItemSelection,AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AndAwiFilter extends MultipleFilter.AndFilter<AdministrativeWorklistItem,@Valid AdministrativeWorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.OrAwiFilter extends MultipleFilter.OrFilter<AdministrativeWorklistItem,@Valid AdministrativeWorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AdminWorklist extends Worklist<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adminItems
List<@NotNull @Valid AdministrativeWorklistItem> adminItems
-
-
Class de.aristaflow.ilm.model.worklistmodel.AfActivityReference extends AfEbpReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AfActivityReferenceSelection extends AfEbpReferenceSelection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executableComponentName
StringFilter executableComponentName
-
guiContextId
StringFilter guiContextId
-
supportsViewOnly
BooleanFilter supportsViewOnly
-
-
Class de.aristaflow.ilm.model.worklistmodel.AfEbpReference extends AfInstanceReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AfEbpReferenceSelection extends AfInstanceReferenceSelection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
execControlProps
ExecutionControlPropertiesFilter execControlProps
-
nodeId
IntegerFilter nodeId
-
nodeIteration
IntegerFilter nodeIteration
-
runtimeManagerUris
CollectionUriFilter runtimeManagerUris
-
type
EbpTypeFilter type
-
-
Class de.aristaflow.ilm.model.worklistmodel.AfInstanceReference extends ActivityReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AfInstanceReferenceSelection extends ActivityReferenceFilter.ActivityReferenceSelection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseTemplateId
UuidFilter baseTemplateId
-
executionManagerUris
CollectionUriFilter executionManagerUris
-
instanceId
UuidFilter instanceId
-
instanceLogId
UuidFilter instanceLogId
-
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklist extends Worklist<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientItems
List<@NotNull @Valid ClientWorklistItem> clientItems
-
clientWorklistId
@NotNull Long clientWorklistId
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItem extends WorklistItem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
indDescription
String indDescription
-
indDueDate
Instant indDueDate
-
indEscalationDate
Instant indEscalationDate
-
indEscalationProcId
String indEscalationProcId
-
indPriority
@NotNull Integer indPriority
-
indTitle
String indTitle
-
indUserAttributes
Map<@NotBlank String,String> indUserAttributes
-
resubmissionDate
Instant resubmissionDate
-
substitutedFrom
List<@NotNull @Valid QualifiedAgent> substitutedFrom
-
worklistId
@NotNull UUID worklistId
-
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.AndCwiFilter extends MultipleFilter.AndFilter<ClientWorklistItem,@Valid ClientWorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemSelection extends WorklistItemFilter.AbstractWorklistItemSelection<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
indDescription
StringFilter indDescription
-
indDueDate
InstantFilter indDueDate
-
indEscalationDate
InstantFilter indEscalationDate
-
indEscalationProcId
StringFilter indEscalationProcId
-
indPriority
IntegerFilter indPriority
-
indTitle
StringFilter indTitle
-
indUserAttributes
UserAttributesFilter indUserAttributes
-
resubmissionDate
InstantFilter resubmissionDate
-
substitutedFrom
CollectionQaFilter substitutedFrom
-
worklistId
UuidFilter worklistId
-
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser extends Deserialisers.EnumValueTypeDeserialiser<ClientWorklistItem,ClientWorklistItemFilter,ClientWorklistItemFilter.PredefinedClientWorklistItemSelection,ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.OrCwiFilter extends MultipleFilter.OrFilter<ClientWorklistItem,@Valid ClientWorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemUpdate extends WorklistItemUpdate<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
item
@NotNull @Valid ClientWorklistItem item
-
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.AllDelFilter extends ContainsFilter.AllFilter<Delegation,@Valid DelegationFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.AndCollDelFilter extends MultipleCollFilter.AndCollFilter<Delegation,CollectionDelFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelNullEq extends CollectionFilter.NullCollectionComparison<Delegation> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelNullNe extends CollectionFilter.NullCollectionComparison<Delegation> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelSizeFilter extends CollectionAttributeFilter.CollectionSizeFilter<Delegation> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.ExistsDelFilter extends ContainsFilter.ExistsFilter<Delegation,@Valid DelegationFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.OrCollDelFilter extends MultipleCollFilter.OrCollFilter<Delegation,CollectionDelFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.Delegation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
String comment
-
delegator
@NotNull @Valid QualifiedAgent delegator
-
recipients
@NotEmpty List<@NotNull @Valid QualifiedAgent> recipients
-
-
Class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.AndDelFilter extends MultipleFilter<Delegation,@Valid DelegationFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid DelegationFilter> and
-
-
Class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.DelegationNullEq extends AtomicAttributeFilter.NullComparison<Delegation> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.DelegationNullNe extends AtomicAttributeFilter.NullComparison<Delegation> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.DelegationSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
StringFilter comment
-
delegator
QualifiedAgentFilter delegator
-
recipients
CollectionQaFilter recipients
-
-
Class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.OrDelFilter extends MultipleFilter<Delegation,@Valid DelegationFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid DelegationFilter> or
-
-
Class de.aristaflow.ilm.model.worklistmodel.GroupReference extends ActivityReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.GroupReferenceSelection extends ActivityReferenceFilter.ActivityReferenceSelection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
groupExecutionContext
StringFilter groupExecutionContext
-
groupId
UuidFilter groupId
-
groupName
StringFilter groupName
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncAdminWorklistData extends IncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
awItems
List<@NotNull @Valid AdministrativeWorklistItem> awItems
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncClientWorklistData extends IncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
cwItems
List<@NotNull @Valid ClientWorklistItem> cwItems
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncWorklistData extends AbstractIncWorklistData<T extends WorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closed
@NotNull Boolean closed
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data. -
incUpdId
UUID incUpdId
This will benull
if the corresponding incremental worklist update has been closed (dropped) implicitly due to all data being available now. -
itemUpdates
List<@NotNull @Valid ClientWorklistItemUpdate> itemUpdates
-
remAliveTime
@NotNull Long remAliveTime
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncAdminWorklistData extends InitialIncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
awItems
List<@NotNull @Valid AdministrativeWorklistItem> awItems
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncClientWorklistData extends InitialIncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
cwItems
List<@NotNull @Valid ClientWorklistItem> cwItems
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistData extends AbstractIncWorklistData<T extends WorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
revision
@NotNull @Valid WorklistRevision revision
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
worklistId
@NotNull UUID worklistId
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistUpdateData extends IncWorklistUpdateData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.PlainWorklist extends Worklist<WorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
plainItems
List<@NotNull @Valid WorklistItem> plainItems
-
-
Class de.aristaflow.ilm.model.worklistmodel.Worklist extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
id
@NotNull UUID id
-
revision
@NotNull @Valid WorklistRevision revision
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activationDate
@NotNull Instant activationDate
-
actRef
@NotNull @Valid ActivityReference actRef
-
assignedAgent
@Valid QualifiedAgent assignedAgent
-
assignmentDate
Instant assignmentDate
-
complexity
@NotNull Long complexity
-
currentDelegation
@Valid Delegation currentDelegation
-
currentDelegationLevel
@NotNull @PositiveOrZero Integer currentDelegationLevel
-
currentEnquiry
@Valid Enquiry currentEnquiry
-
currentEscalationLevel
@NotNull @PositiveOrZero Integer currentEscalationLevel
-
desc
String desc
-
dueDate
Instant dueDate
-
escalationDate
Instant escalationDate
-
groupId
UUID groupId
-
iconId
UUID iconId
-
id
@NotNull UUID id
-
locDesc
Map<@NotBlank String,@NotBlank String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locProcessInstanceName
Map<@NotBlank String,@NotBlank String> locProcessInstanceName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locProcessTemplateName
Map<@NotBlank String,@NotBlank String> locProcessTemplateName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
locTitle
Map<@NotBlank String,@NotBlank String> locTitle
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
priority
@NotNull Integer priority
-
processInstanceName
String processInstanceName
-
processTemplateName
String processTemplateName
-
processTemplateVersion
String processTemplateVersion
-
processType
String processType
-
repliedEnquiry
@Valid Enquiry repliedEnquiry
-
state
@NotNull WorklistConstants.WorklistItemState state
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
title
@NotNull String title
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activationDate
InstantFilter activationDate
-
actRef
ActivityReferenceFilter actRef
-
assignedAgent
QualifiedAgentFilter assignedAgent
-
assignmentDate
InstantFilter assignmentDate
-
complexity
LongFilter complexity
-
currentDelegation
DelegationFilter currentDelegation
-
currentDelegationLevel
IntegerFilter currentDelegationLevel
-
currentEnquiry
EnquiryFilter currentEnquiry
-
currentEscalationLevel
IntegerFilter currentEscalationLevel
-
desc
StringFilter desc
-
dueDate
InstantFilter dueDate
-
escalationDate
InstantFilter escalationDate
-
groupId
UuidFilter groupId
-
iconId
UuidFilter iconId
-
id
UuidFilter id
-
priority
IntegerFilter priority
-
processInstanceName
StringFilter processInstanceName
-
processTemplateName
StringFilter processTemplateName
-
processTemplateVersion
StringFilter processTemplateVersion
-
processType
StringFilter processType
-
repliedEnquiry
EnquiryFilter repliedEnquiry
-
state
WorklistItemStateFilter state
-
title
StringFilter title
-
userAttributes
UserAttributesFilter userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AndWiFilter extends MultipleFilter.AndFilter<WorklistItem,@Valid WorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.OrWiFilter extends MultipleFilter.OrFilter<WorklistItem,@Valid WorklistItemFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.WorklistItemSelection extends WorklistItemFilter.AbstractWorklistItemSelection<WorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.WorklistItemTypeDeserialiser extends Deserialisers.EnumValueTypeDeserialiser<WorklistItem,WorklistItemFilter,WorklistItemFilter.PredefinedWorklistItemSelection,WorklistItemFilter.WorklistItemTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemUpdate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
updateType
@NotNull WorklistConstants.WorklistItemUpdateType updateType
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistRevision extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistUpdate extends WorklistUpdateNotification implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
itemUpdates
@NotNull List<@NotNull @Valid ClientWorklistItemUpdate> itemUpdates
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistUpdateConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notifyOnly
@NotNull Boolean notifyOnly
This corresponds toWorklistUpdateConfiguration.getIncrementalUpdateThreshold()
but in the ILM no incremental updates will be pushed but rather a notification that updates are available. This avoids having a callback (IncrementalWorklistUpdate
) used within a callback (ClientWorklist
).
If this is set, asynchronous worklist updates will only be notified asynchronously but not provided directly. -
updateIntervals
HashMap<@NotNull Integer,@NotNull Long> updateIntervals
-
updateModeThreshold
@NotNull Integer updateModeThreshold
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
worklistFilter
ClientWorklistItemFilter worklistFilter
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistUpdateNotification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxPriority
@NotNull Integer maxPriority
-
sourceRevision
@NotNull @Valid WorklistRevision sourceRevision
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
targetRevision
@NotNull @Positive Long targetRevision
-
worklistId
@NotNull UUID worklistId
-
-
-
Package de.aristaflow.ilm.util
-
Class de.aristaflow.ilm.util.CollectionUriFilter.AllUriFilter extends ContainsFilter.AllFilter<URI,@Valid UriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUriFilter.AndCollUriFilter extends MultipleCollFilter.AndCollFilter<URI,CollectionUriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriNullEq extends CollectionFilter.NullCollectionComparison<URI> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriNullNe extends CollectionFilter.NullCollectionComparison<URI> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriSizeFilter extends CollectionAttributeFilter.CollectionSizeFilter<URI> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUriFilter.ExistsUriFilter extends ContainsFilter.ExistsFilter<URI,@Valid UriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUriFilter.OrCollUriFilter extends MultipleCollFilter.OrCollFilter<URI,CollectionUriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.AllUuidFilter extends ContainsFilter.AllFilter<UUID,@Valid UuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.AndCollUuidFilter extends MultipleCollFilter.AndCollFilter<UUID,CollectionUuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidNullEq extends CollectionFilter.NullCollectionComparison<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
@Null String eq
-
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidNullNe extends CollectionFilter.NullCollectionComparison<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
@Null String ne
-
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidSizeFilter extends CollectionAttributeFilter.CollectionSizeFilter<UUID> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.ExistsUuidFilter extends ContainsFilter.ExistsFilter<UUID,@Valid UuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.CollectionUuidFilter.OrCollUuidFilter extends MultipleCollFilter.OrCollFilter<UUID,CollectionUuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.DataSourceException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.IlmException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
causeClass
String causeClass
The class of the cause of the exception ornull
.- See Also:
Throwable.getCause()
-
message
@NotBlank String message
The message of the exception.- See Also:
Throwable.getMessage()
-
serverLogId
UUID serverLogId
The ID of the corresponding message in the server log. The most significant bits is the timestamp in millis of the corresponding log entry, the least significant bits are a random long.
This will benull
for exceptions that are normal return values. In all exceptional cases this will be a valid and non-null
UUID. -
stackTrace
List<@NotNull IlmStackTraceElement> stackTrace
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
suppressStack
@NotNull Boolean suppressStack
Whether to suppress the stack trace when serialising this exception.- See Also:
Throwable.getStackTrace()
-
-
Class de.aristaflow.ilm.util.IlmStackTraceElement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.InterruptException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.LockException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.ParameterException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expectedClassName
@NotNull String expectedClassName
The full name of the expected class (type) of the parameter causing the problem. -
location
@NotNull String location
The location name of the parameter causing the problem, e. g. operation, header or cookie. -
name
@NotNull String name
The name of the parameter causing the problem.
-
-
Class de.aristaflow.ilm.util.ParameterMissingException extends ParameterException implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.ParameterTypeException extends ParameterException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
providedClassName
String providedClassName
The full name of the class (type) the provided parameter actually has. If this isnull
, the provided type is unknown.
-
-
Class de.aristaflow.ilm.util.PlainTextException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
excpMessage
String excpMessage
The exception message stemming from the body of an exception response.
-
-
Class de.aristaflow.ilm.util.UriFilter.AndUriFilter extends MultipleFilter.AndFilter<URI,@Valid UriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.UriFilter.OrUriFilter extends MultipleFilter.OrFilter<URI,@Valid UriFilter> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.UriFilter.UriSelection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
asciiString
StringFilter asciiString
-
authority
StringFilter authority
-
fragment
StringFilter fragment
-
host
StringFilter host
-
path
StringFilter path
-
port
IntegerFilter port
-
query
StringFilter query
-
rawAuthority
StringFilter rawAuthority
-
rawFragment
StringFilter rawFragment
-
rawPath
StringFilter rawPath
-
rawQuery
StringFilter rawQuery
-
rawSchemeSpecificPart
StringFilter rawSchemeSpecificPart
-
rawUserInfo
StringFilter rawUserInfo
-
scheme
StringFilter scheme
-
schemeSpecificPart
StringFilter schemeSpecificPart
-
userInfo
StringFilter userInfo
-
-
Class de.aristaflow.ilm.util.UuidFilter.AndUuidFilter extends MultipleFilter<UUID,UuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
and
@NotEmpty List<@NotNull @Valid UuidFilter> and
-
-
Class de.aristaflow.ilm.util.UuidFilter.OrUuidFilter extends MultipleFilter<UUID,UuidFilter> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
or
@NotEmpty List<@NotNull @Valid UuidFilter> or
-
-
Class de.aristaflow.ilm.util.UuidFilter.UuidComparison extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.util.UuidFilter.UuidEq extends UuidFilter.UuidComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eq
UUID eq
-
-
Class de.aristaflow.ilm.util.UuidFilter.UuidFilterTypeDeserialiser extends Deserialisers.FilterTypeDeserialiser<UUID,ComparisonOperator.Equality,UuidFilter,UuidFilter.UuidComparison,UuidFilter.OrUuidFilter,UuidFilter.UuidFilterTypeDeserialiser> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.util.UuidFilter.UuidNe extends UuidFilter.UuidComparison implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ne
UUID ne
-
-
Class de.aristaflow.ilm.util.WrappingException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
replacedExceptionClassName
@NotEmpty String replacedExceptionClassName
The class name of the wrapped exception.
-
-
-
Package de.aristaflow.ilm.util.jackson
-
Class de.aristaflow.ilm.util.jackson.MultiCandidateDeducingTypeDeserialiser extends com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allTypes
Map<String,Class<?>> allTypes
The names of all subtypes mapped to the corresponding subtype class. -
fieldBitIndex
Map<String,Integer> fieldBitIndex
Mapping from fieldname to corresponding bit index across all subtypes. -
mostCommon
boolean mostCommon
Whether this type deserialiser should choose the most common (or the most specific) subtype from a list of candidates. All candidate classes have to be compatible, that is, the chosen most common type has to be a parent type of all candidates, the chosen most specific must be a subtype of all other candidates. If not, deduction will fail since the type to choose is ambiguous. -
subtypeFingerprints
Map<BitSet,Map<BitSet,Collection<String>>> subtypeFingerprints
Bitmaps of all required fields in each subtype mapped to all fields (required and optional) mapped to the corresponding subtype names (class names).
-
-
Class de.aristaflow.ilm.util.jackson.ScalarArrayHandlingTypeDeserialiser extends MultiCandidateDeducingTypeDeserialiser<ScalarArrayHandlingTypeDeserialiser<D extends ScalarArrayHandlingTypeDeserialiser<D>>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.ws.model.worklistmodel
-
Class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
This class does not need to be serialised.- Throws:
IOException
-
-
Serialized Fields
-
clientWorklistId
long clientWorklistId
The client worklist ID of the callback. -
cwc
ClientWorklistCallback cwc
The callback for the client worklist. -
wmf
WorklistModelFactory wmf
A worklist model factory for transforming from ILM. -
wrapped
ClientWorklist wrapped
The wrapped client worklist representing the callback.
-
-
Class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
This class does not need to be serialised.- Throws:
IOException
-
-
Serialized Fields
-
clientWorklistId
long clientWorklistId
The client worklist ID of the client worklist for unregistering. -
worklistId
UUID worklistId
The worklist ID of the client worklist for unregistering.
-
-
-
Package de.aristaflow.ilm.ws.rest.base.sessionmanagement
-
Class de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.ws.rest.core.logmanager.logs
-
Class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentLocales extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentWithTime extends AgentLocales implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilterWithLocales extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
ExecutionHistoryFilter filter
-
preferredLocales
List<@NotBlank String> preferredLocales
-
-
-
Package de.aristaflow.ilm.ws.rest.core.orgmodelmanager
-
Class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolScriptHandlerCallbackData extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.ws.rest.core.worklistmanager
-
Class de.aristaflow.ilm.ws.rest.core.worklistmanager.SinceRevisionWithFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
ClientWorklistItemFilter filter
-
sinceRevision
@Valid WorklistRevision sinceRevision
-
-
-
Package de.aristaflow.ilm.ws.rest.model.execution
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityReferenceData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
act
@NotNull @Valid EbpInstanceReference act
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithDcData extends ActivityReferenceData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dc
@NotNull @Valid WritingDataContainer dc
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithDcSpData extends ActivityRefWithDcData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sp4Dc
@Size(min=1) String sp4Dc
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithFailureData extends ActivityReferenceData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errDc
@Valid WritingDataContainer errDc
-
errorCode
@NotNull Long errorCode
-
errorMsg
String errorMsg
-
state
String state
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithSpData extends ActivityReferenceData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sp
String sp
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.AutoStartPendingData extends InstanceStateData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
agent
@NotNull @Valid QualifiedAgent agent
-
rtMgr
List<@NotNull URI> rtMgr
-
rtmResolved
@NotNull Boolean rtmResolved
-
termTime
@NotNull Long termTime
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.EnquiryData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
act
@NotNull @Valid EbpInstanceReference act
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
text
String text
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.EnquiryRecData extends EnquiryData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
recipients
@NotEmpty List<@NotNull @Valid QualifiedAgent> recipients
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dc
@Valid DataContainer dc
-
execMode
ProcessConstants.ExecutionMode execMode
-
rtMgr
List<@NotNull URI> rtMgr
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationRestData extends InstanceCreationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notificationCallback
@NotNull URL notificationCallback
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationSseData extends InstanceCreationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sseConn
@NotNull UUID sseConn
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceFailedData extends InstanceFinishedData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceFinishedData extends InstanceStateData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dc
@Valid DataContainer dc
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceResumedData extends InstanceStateData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceResumedRestData extends InstanceResumedData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notificationCallback
URL notificationCallback
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceResumedSseData extends InstanceResumedData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sseConn
UUID sseConn
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.InstanceStateData extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.aristaflow.ilm.ws.rest.model.graphical
-
Class de.aristaflow.ilm.ws.rest.model.graphical.InstanceWithRenderOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instance
@NotNull @Valid Instance instance
-
options
@Valid RenderOptions options
-
-
Class de.aristaflow.ilm.ws.rest.model.graphical.TemplateWithRenderOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
options
@Valid RenderOptions options
-
template
@NotNull @Valid Template template
-
-
-
Package de.aristaflow.ilm.ws.rest.model.orgmodel
-
Class de.aristaflow.ilm.ws.rest.model.orgmodel.Entity extends TransientEntity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
@NotNull Long id
-
-
Class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityInitialRemoteIteratorData extends InitialRemoteIteratorData<Entity> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityRemoteIteratorData extends RemoteIteratorData<Entity> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.orgmodel.FilterWithProjection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeNames
List<@NotBlank String> attributeNames
-
filter
EntityFilter filter
-
-
Class de.aristaflow.ilm.ws.rest.model.orgmodel.TransientEntity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attrs
@NotEmpty Map<@NotBlank String,Object> attrs
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
type
@NotNull EntityType type
-
-
-
Package de.aristaflow.ilm.ws.rest.model.resourcemodel
-
Class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResWithParent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.resourcemodel.XPathExprWithContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
processNodeContext
@Valid ProcessNodeContext processNodeContext
-
xpath
@NotBlank String xpath
-
-
-
Package de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityCallbackData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ebpInstRef
@NotNull @Valid EbpInstanceReference ebpInstRef
-
sessionId
@NotBlank String sessionId
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecFailedData extends ActivityExecData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedData extends ActivityExecData implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedRestData extends ActivityExecResumedData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notificationCallback
URL notificationCallback
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedSseData extends ActivityExecResumedData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sseConn
UUID sseConn
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecSignalledData extends ActivityExecData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signal
@NotNull Integer signal
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecSuspendedData extends ActivityExecData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timeout
@NotNull Long timeout
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityRestCallbackData extends ActivityCallbackData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notificationCallback
@NotNull URL notificationCallback
-
-
Class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivitySseCallbackData extends ActivityCallbackData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sseConn
@NotNull UUID sseConn
-
-
-
Package de.aristaflow.ilm.ws.rest.model.scripts
-
Class de.aristaflow.ilm.ws.rest.model.scripts.ScriptWithToken extends Script implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
token
@NotNull String token
-
-
-
Package de.aristaflow.ilm.ws.rest.model.worklistmodel
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.AbsenceData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absentee
@NotNull @Valid QualifiedAgent absentee
-
from
Instant from
-
substitutionRule
String substitutionRule
-
to
Instant to
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityAgent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activity
@NotNull @Valid EbpInstanceReference activity
-
agent
@NotNull @Valid QualifiedAgent agent
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistCallbackData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
clientWorklistId
@NotNull Long clientWorklistId
-
id
@NotNull UUID id
-
revision
@NotNull @Valid WorklistRevision revision
-
subClass
@Size(min=1) String subClass
This is used as additional information for rich type hierarchies. -
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistRestCallbackData extends ClientWorklistCallbackData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
worklistCallback
@NotNull URL worklistCallback
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistSseCallbackData extends ClientWorklistCallbackData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sseConn
@NotNull UUID sseConn
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelgRecWithComment extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
String comment
-
recipients
@NotEmpty List<@NotNull @Valid QualifiedAgent> recipients
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncAdminWorklistData extends InitialIncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
awItems
List<@NotNull @Valid AdministrativeWorklistItem> awItems
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncClientWorklistData extends InitialIncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
cwItems
List<@NotNull @Valid ClientWorklistItem> cwItems
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncWorklistData extends AbstractIncWorklistData<T extends WorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agent
@NotNull @Valid QualifiedAgent agent
-
revision
@NotNull @Valid WorklistRevision revision
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
worklistId
@NotNull UUID worklistId
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ItemAssessmentData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
item
@NotNull @Valid WorklistItem item
-
preconditions
List<@NotBlank String> preconditions
-
resInsts
List<@NotNull @Valid ResourceInstance> resInsts
-
worklists
@NotNull List<@NotNull @Valid PlainWorklist> worklists
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.ItemReassessmentData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rejItem
@NotNull @Valid WorklistItem rejItem
-
rejWorklist
@NotNull @NotNull @Valid PlainWorklist rejWorklist
-
worklists
@NotNull List<@NotNull @Valid PlainWorklist> worklists
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.MailNotificationData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conf
@Valid WorklistUpdateConfiguration conf
-
mailNotify
Boolean mailNotify
-
mailReceiver
@NotNull RichAgent mailReceiver
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.QaAssessment extends QualifiedAgent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
weight
Integer weight
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.Weight extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistsContaining extends QualifiedAgent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
worklistId
@NotNull UUID worklistId
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistUpdateConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notifyOnly
@NotNull Boolean notifyOnly
-
updateIntervals
List<@NotNull @Valid WorklistUpdateConfiguration.UpdateInterval> updateIntervals
-
updateModeThreshold
@NotNull Integer updateModeThreshold
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
worklistFilter
ClientWorklistItemFilter worklistFilter
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistUpdateConfiguration.UpdateInterval extends Object implements Serializable
- serialVersionUID:
- 1L
-