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
-
-
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
-
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
-
Serialized Fields
-
metaDataElements
AttributeMetaData.MetaDataElement[] metaDataElements
holds allMetaDataElement
s -
metaMap
HashMap<String,AttributeMetaData.MetaDataElement> metaMap
holds allMetaDataElement
s for quicker access by name
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement extends Object implements Serializable
- serialVersionUID:
- -868315028627518820L
-
Serialized Fields
-
dataType
DataType dataType
The date type of the attribute. -
entityType
EntityType entityType
The entity type this attribute belongs to. -
imported
boolean imported
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- See Also:
EntityType.hasReadOnlyAttribute(String)
-
mappedToPair
SerialisablePair<String,String> mappedToPair
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).
-
-
Class de.aristaflow.adept2.core.orgmodelmanager.Filter extends Object implements Serializable
- serialVersionUID:
- -8532200880273820827L
-
Serialized Fields
-
disjunction
boolean disjunction
Whether this filter is a disjunction (only one selection/restriction has to apply). Otherwise it is a conjunction and all selections/restrictions have to apply.
The flag is somewhat inverted since the defaultfalse
is also the historical default (conjunction) for a filter. -
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
-
-
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
-
-
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.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
-
stream
InputStream stream
The input stream providing the data as long as the data has not been read from the stream. Afterwards this is set tonull
. -
userDefinedTypeName
String userDefinedTypeName
The name of the user-defined type. -
value
byte[] value
The value of this UDTValue as byte array. This isnull
in case an input stream for lazy retrieval has been provided and retrieval has not occurred yet.
-
-
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
-
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. -
embeddedImages
List<SerialisableAttachment> embeddedImages
Deprecated.Replaced byEmail.attachments
.Images that are referenced within the (HTML) content of the mail and which are provided as attachment (instead of retrieving them from a server). -
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
-
email
SerialisedEmail email
Deprecated.UseEmailResult.mail
instead.Field forEmailResult.getEmail()
. This may benull
. -
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()
. -
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
-
Serialized Fields
-
body
String body
Deprecated.Field forSerialisedEmail.getBody()
. -
contentType
String contentType
Deprecated.Field forSerialisedEmail.getContentType()
. -
data
byte[] data
Deprecated.Field forSerialisedEmail.getData()
. -
from
String[] from
Deprecated.Field forSerialisedEmail.getFrom()
. -
recipients
String[] recipients
Deprecated.Field forSerialisedEmail.getRecipients()
. -
subject
String subject
Deprecated.Field forSerialisedEmail.getSubject()
.
-
-
Class de.aristaflow.adept2.model.mail.UDTAttachment extends SerialisableAttachment implements Serializable
- serialVersionUID:
- -5996266103403115699L
-
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.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.
-
-
-
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
-
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
-
Serialized Fields
-
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 dropped.
-
-
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
-
httpService
HTTPService httpService
The HTTP service for deregistering this reply handler. -
session
SessionToken session
The session token for deregistering at theHTTPService
. This should be retrieved from the client service instead of reusing the registering token. -
sessionID
String sessionID
The ID of the session in which the GUI context is needed (required for deregistering this reply handler). -
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.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.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.AuthDataAppName extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
appName
@NotNull String appName
-
-
Class de.aristaflow.ilm.base.security.AuthDataArbitrary extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
@javax.validation.constraints.NotNull byte[] data
-
-
Class de.aristaflow.ilm.base.security.AuthDataOrgPos extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
orgPosId
@NotNull Long orgPosId
-
-
Class de.aristaflow.ilm.base.security.AuthDataOrgPosList extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agents
@NotEmpty List<@NotNull @Valid QualifiedAgent> agents
-
-
Class de.aristaflow.ilm.base.security.AuthDataPassword extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
password
@NotNull String password
-
-
Class de.aristaflow.ilm.base.security.AuthDataUserName extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
userName
@NotNull String userName
-
-
Class de.aristaflow.ilm.base.security.AuthDataUserSessionId extends AuthenticationData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
userSessionId
@NotNull String userSessionId
-
-
Class de.aristaflow.ilm.base.security.AuthenticationData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
-
-
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.QaInitialRemoteIteratorData extends InitialRemoteIteratorData<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agents
List<@Valid QualifiedAgent> agents
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QaRemoteIteratorData extends RemoteIteratorData<QualifiedAgent> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agents
List<@Valid QualifiedAgent> agents
-
-
Class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgent 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 A 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<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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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.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
-
entries
List<@Valid ExecutionHistoryEntry> entries
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecHistEntryRemoteIteratorData extends RemoteIteratorData<ExecutionHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
List<@Valid ExecutionHistoryEntry> entries
-
-
Class de.aristaflow.ilm.core.logmanager.logs.ExecLogFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agentIdFilter
List<@Valid LongComparison> agentIdFilter
-
arbitraryStringFilter
List<@Valid StringComparison> arbitraryStringFilter
-
clientDelayFilter
List<@Valid LongComparison> clientDelayFilter
-
errorCodeFilter
List<@Valid LongComparison> errorCodeFilter
-
errorMessageFilter
List<@Valid StringComparison> errorMessageFilter
-
errorStateFilter
List<@Valid StringComparison> errorStateFilter
-
instanceNameFilter
List<@Valid StringComparison> instanceNameFilter
-
instLogIdFilter
List<@Valid UUIDComparison> instLogIdFilter
-
nodeIdFilter
List<@Valid IntegerComparison> nodeIdFilter
-
nodeIterationFilter
List<@Valid IntegerComparison> nodeIterationFilter
-
nodeNameFilter
List<@Valid StringComparison> nodeNameFilter
-
orgPosIdFilter
List<@Valid LongComparison> orgPosIdFilter
-
stateChangeFilter
@Valid StateChangeComparison stateChangeFilter
-
supportsViewOnlyFilter
@Valid BooleanComparison supportsViewOnlyFilter
-
templateNameFilter
List<@Valid StringComparison> templateNameFilter
-
timestampFilter
List<@Valid LongComparison> timestampFilter
-
-
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<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 Long timestamp
-
-
Class de.aristaflow.ilm.core.logmanager.logs.StateChangeComparison extends ComparisonFilter<ComparisonOperator.Collection,ArrayList<ExecutionHistory.StateChange>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
op
ComparisonOperator.Collection op
-
value
@NotNull List<@Valid ExecutionHistory.StateChange> value
-
-
Class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryInitialRemoteIteratorData extends InitialRemoteIteratorData<WorkHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
List<@Valid WorkHistoryEntry> entries
-
-
Class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryRemoteIteratorData extends RemoteIteratorData<WorkHistoryEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
List<@Valid WorkHistoryEntry> entries
-
-
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<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
-
Class de.aristaflow.ilm.core.orgmodelmanager.EntityEnabled extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.core.orgmodelmanager.OmMapping 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<TemplateManager.TemplateKind> templKinds
-
-
Class de.aristaflow.ilm.core.processmanager.TemplKindRemoteIteratorData extends RemoteIteratorData<TemplateManager.TemplateKind> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templKinds
List<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.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<@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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
Class de.aristaflow.ilm.model.common.CheckReport.Entry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
affectedElements
List<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.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<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.LicenceInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actInterval
@NotNull Integer actInterval
-
addFeatures
List<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<@Email String> mailAddresses
-
processTypeLimit
List<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, a 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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
type
@NotNull ProcessConstants.AdeptDataType type
-
udtName
String udtName
-
-
-
Package de.aristaflow.ilm.model.common.collection
-
Class de.aristaflow.ilm.model.common.collection.InitialRemoteIteratorData extends RemoteIteratorData<T> implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.common.collection.RemoteIteratorData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dropped
@NotNull Boolean dropped
Whether the corresponding iterator has been dropped since all data is being transferred with this initial data. -
iteratorId
UUID iteratorId
This will benull
if the corresponding iterator has been dropped implicitly due to all data being available now. -
remAliveTime
@NotNull Long remAliveTime
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
-
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<@Valid ParameterValue> outputValues
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
values
List<@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
-
Class de.aristaflow.ilm.model.datamanagement.UdtValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
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<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
-
contexts
List<@Valid ExecutionContextResponse> contexts
-
-
Class de.aristaflow.ilm.model.execution.EcRemoteIteratorData extends RemoteIteratorData<ExecutionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contexts
List<@Valid ExecutionContextResponse> contexts
-
-
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<@Valid QualifiedAgent> recipients
-
replier
@Valid QualifiedAgent replier
-
reply
String reply
-
-
Class de.aristaflow.ilm.model.execution.ExecutableBusinessProcessInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedDataContext
@NotNull @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<@Valid AccessedProcessModelParameter> parameters
-
processInstanceName
@NotBlank String processInstanceName
-
processTemplateName
@NotBlank String processTemplateName
-
processTemplateVersion
@NotNull String processTemplateVersion
-
processType
@NotNull String processType
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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.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.Attribute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.BooleanComparison extends ComparisonFilter<ComparisonOperator.Equality,Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
op
ComparisonOperator.Equality op
-
value
@NotNull Boolean value
-
-
Class de.aristaflow.ilm.model.filter.CombiningFilter extends Filter implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.filter.ComparisonFilter extends Filter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributePath
List<@NotNull String> attributePath
The path to the attribute to use in the comparison. Usually this is just a simple attribute name (a singleton list). The attributes can benull
in case they are known from the context, e. g.ExecLogFilter
.
The type of this attribute has to be compatible with the filter value.
-
-
Class de.aristaflow.ilm.model.filter.Filter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
Class de.aristaflow.ilm.model.filter.InstantComparison extends ComparisonFilter<ComparisonOperator.Number,Instant> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
op
ComparisonOperator.Number op
-
value
@NotNull Instant value
-
-
Class de.aristaflow.ilm.model.filter.IntegerComparison extends NumberComparison<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
@NotNull Integer value
-
-
Class de.aristaflow.ilm.model.filter.LongComparison extends NumberComparison<Long> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
@NotNull Long value
-
-
Class de.aristaflow.ilm.model.filter.NumberComparison extends ComparisonFilter<ComparisonOperator.Number,N extends Number> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class de.aristaflow.ilm.model.filter.StringComparison extends ComparisonFilter<ComparisonOperator.String,String> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
op
ComparisonOperator.String op
-
value
@NotNull String value
-
-
Class de.aristaflow.ilm.model.filter.UUIDComparison extends ComparisonFilter<ComparisonOperator.Equality,UUID> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
op
ComparisonOperator.Equality op
-
value
@NotNull UUID value
-
-
-
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 Object implements Serializable
- serialVersionUID:
- 1L
-
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.OrgPolicyReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
List<@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
-
-
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<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<URI> executionManagerUris
-
instanceId
@NotNull UUID instanceId
-
instanceLogId
@NotNull UUID instanceLogId
-
nodeId
@NotNull Integer nodeId
-
nodeIteration
@NotNull Integer nodeIteration
-
runtimeManagerUris
List<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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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 Long executionStatusDate
-
instId
@NotNull UUID instId
-
migrationStatus
@NotNull ProcessConstants.InstanceMigrationStatus migrationStatus
-
migrationStatusComment
String migrationStatusComment
-
migrationStatusDate
@NotNull Long 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<@Valid InstIdPair> instIdPairs
-
-
Class de.aristaflow.ilm.model.processmodel.InstIdPairRemoteIteratorData extends RemoteIteratorData<InstIdPair> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instIdPairs
List<@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<@Valid InstanceReference> instRefs
-
-
Class de.aristaflow.ilm.model.processmodel.InstRefRemoteIteratorData extends RemoteIteratorData<InstanceReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instRefs
List<@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<@Valid InstanceStatus> instStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.InstStatusRemoteIteratorData extends RemoteIteratorData<InstanceStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instStatuses
List<@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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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<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<@Valid TemplateReference> templRefs
-
-
Class de.aristaflow.ilm.model.processmodel.TemplRefRemoteIteratorData extends RemoteIteratorData<TemplateReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templRefs
List<@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<@Valid TemplateStatus> templStatuses
-
-
Class de.aristaflow.ilm.model.processmodel.TemplStatusRemoteIteratorData extends RemoteIteratorData<TemplateStatus> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
templStatuses
List<@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
-
values
List<@Valid IdentifiedUdtValue> values
-
-
Class de.aristaflow.ilm.model.resourcemodel.IdUdtRemoteIteratorData extends RemoteIteratorData<IdentifiedUdtValue> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
values
List<@Valid IdentifiedUdtValue> values
-
-
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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<@Valid ResourceInstance> resInsts
-
-
Class de.aristaflow.ilm.model.resourcemodel.ResInstRemoteIteratorData extends RemoteIteratorData<ResourceInstance> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resInsts
List<@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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
@NotNull ProcessConstants.NodeState state
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.AsInitialRemoteIteratorData extends InitialRemoteIteratorData<ActivityWithActState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
states
List<@Valid ActivityWithActState> states
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.AsRemoteIteratorData extends RemoteIteratorData<ActivityWithActState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
states
List<@Valid ActivityWithActState> states
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.DataContext extends InputDataContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
outputValues
List<@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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.NsInitialRemoteIteratorData extends InitialRemoteIteratorData<ActivityWithNodeState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
states
List<@Valid ActivityWithNodeState> states
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.NsRemoteIteratorData extends RemoteIteratorData<ActivityWithNodeState> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
states
List<@Valid ActivityWithNodeState> states
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ScInitialRemoteIteratorData extends InitialRemoteIteratorData<SessionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contexts
List<@Valid SessionContextResponse> contexts
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData extends RemoteIteratorData<SessionContextResponse> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contexts
List<@Valid SessionContextResponse> contexts
-
-
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<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
-
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.BooleanReplyMessage extends ReplyMessage<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reply
Boolean reply
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.CloseMessage extends BooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
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.KillMessage extends BooleanReplyMessage 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.ResetMessage extends BooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.RollbackMessage extends BooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.SignalMessage extends BooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signal
@NotNull Integer signal
-
-
Class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.SuspendMessage extends BooleanReplyMessage implements Serializable
- serialVersionUID:
- 1L
-
-
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
@NotNull Long fromDate
-
substitutionRule
String substitutionRule
-
toDate
@NotNull Long toDate
-
-
Class de.aristaflow.ilm.model.worklistmodel.ActivityReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
refType
@NotNull ActivityReferenceType refType
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItem extends WorklistItem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedDataContext
@Valid InputDataContext attachedDataContext
-
delegationHandlingProcedureId
String delegationHandlingProcedureId
-
delegationHistory
List<@Valid Delegation> delegationHistory
-
distributionHandlingProcedureId
String distributionHandlingProcedureId
-
escalationHandlingProcedureId
String escalationHandlingProcedureId
-
staffAssignmentRule
@NotNull String staffAssignmentRule
-
worklistIds
@NotEmpty List<UUID> worklistIds
-
-
Class de.aristaflow.ilm.model.worklistmodel.AdminWorklist extends Worklist<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
itemsFlat
List<@Valid AdministrativeWorklistItem> itemsFlat
-
-
Class de.aristaflow.ilm.model.worklistmodel.AfActivityReference extends AfEbpReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AfEbpReference extends AfInstanceReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.AfInstanceReference extends ActivityReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklist extends Worklist<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
itemsFlat
List<@Valid ClientWorklistItem> itemsFlat
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItem extends WorklistItem implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
indDescription
String indDescription
-
indDueDate
@Positive Long indDueDate
-
indEscalationDate
@Positive Long indEscalationDate
-
indEscalationProcId
String indEscalationProcId
-
indPriority
@NotNull Integer indPriority
-
indTitle
String indTitle
-
indUserAttributes
Map<@NotBlank String,String> indUserAttributes
-
resubmissionDate
@Positive Long resubmissionDate
-
substitutedFrom
List<@Valid QualifiedAgent> substitutedFrom
-
worklistId
@NotNull UUID worklistId
-
-
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.Delegation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
String comment
-
delegator
@NotNull @Valid QualifiedAgent delegator
-
recipients
@NotEmpty List<@Valid QualifiedAgent> recipients
-
-
Class de.aristaflow.ilm.model.worklistmodel.GroupReference extends ActivityReference implements Serializable
- serialVersionUID:
- 1L
-
Class de.aristaflow.ilm.model.worklistmodel.IncAdminWorklistData extends IncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
itemsFlat
List<@Valid AdministrativeWorklistItem> itemsFlat
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncClientWorklistData extends IncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
itemsFlat
List<@Valid ClientWorklistItem> itemsFlat
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncWorklistData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dropped
@NotNull Boolean dropped
Whether the corresponding iterator has been dropped since all data is being transferred with this initial data. -
incWlId
UUID incWlId
This will benull
if the corresponding incremental worklist has been dropped implicitly due to all data being available now. -
remAliveTime
@NotNull Long remAliveTime
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
Class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dropped
@NotNull Boolean dropped
Whether the corresponding iterator has been 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 dropped implicitly due to all data being available now. -
itemUpdates
List<@Valid ClientWorklistItemUpdate> itemUpdates
-
remAliveTime
@NotNull Long remAliveTime
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncAdminWorklistData extends InitialIncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
itemsFlat
List<@Valid AdministrativeWorklistItem> itemsFlat
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncClientWorklistData extends InitialIncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
itemsFlat
List<@Valid ClientWorklistItem> itemsFlat
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistData extends IncWorklistData<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
-
itemsFlat
List<@Valid WorklistItem> itemsFlat
-
-
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activationDate
@NotNull @Positive Long activationDate
-
actRef
@NotNull @Valid ActivityReference actRef
-
assignedAgent
@Valid QualifiedAgent assignedAgent
-
assignmentDate
@NotNull @PositiveOrZero Long 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
@NotNull @PositiveOrZero Long dueDate
-
escalationDate
@NotNull @PositiveOrZero Long 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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
title
@NotNull String title
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
-
Class de.aristaflow.ilm.model.worklistmodel.WorklistItemUpdate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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<@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
PredefinedFilter 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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
targetRevision
@NotNull @Positive Long targetRevision
-
worklistId
@NotNull UUID worklistId
-
-
-
Package de.aristaflow.ilm.util
-
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. -
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.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.WrappingException extends IlmException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
wrappedExceptionClass
@NotEmpty String wrappedExceptionClass
The class name of the wrapped exception.
-
-
-
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
-
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.DisjointFilterWithLocales extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disjointFilter
@NotEmpty List<@Valid ExecLogFilter> disjointFilter
-
preferredLocales
List<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.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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
-
sp
@Size(min=1) String sp
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithFailureData extends ActivityReferenceData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dc
@Valid WritingDataContainer dc
-
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<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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
text
String text
-
-
Class de.aristaflow.ilm.ws.rest.model.execution.EnquiryRecData extends EnquiryData implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
recipients
@NotEmpty List<@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<URI> rtMgr
-
subClass
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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.FilterWithProjection extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses.
-
-
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
Long from
-
substitutionRule
@NotBlank String substitutionRule
-
to
Long 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
@NotBlank String subClass
This is used by Jackson for deserialising subclasses. -
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<@Valid QualifiedAgent> recipients
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncAdminWorklistData extends InitialIncWorklistData<AdministrativeWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
itemsFlat
List<@Valid AdministrativeWorklistItem> itemsFlat
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncClientWorklistData extends InitialIncWorklistData<ClientWorklistItem> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientWorklistId
@NotNull Long clientWorklistId
-
itemsFlat
List<@Valid ClientWorklistItem> itemsFlat
-
wuConf
@NotNull @Valid WorklistUpdateConfiguration wuConf
-
-
Class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncWorklistData extends IncWorklistData<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<String> preconditions
-
resInsts
List<@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<@Valid WorklistUpdateConfiguration.UpdateInterval> updateIntervals
-
updateModeThreshold
@NotNull Integer updateModeThreshold
-
userAttributes
Map<@NotBlank String,String> userAttributes
-
worklistFilter
PredefinedFilter worklistFilter
-
-