Uses of Interface
de.aristaflow.adept2.model.common.Parameter
-
-
Uses of Parameter in de.aristaflow.adept2.core.eventmanager.fileevents
Method parameters in de.aristaflow.adept2.core.eventmanager.fileevents with type arguments of type Parameter Modifier and Type Method Description protected void
InstanceStartEventHandler. processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer)
Processes the file of the designated event and sets the values of the input parameters in the designated data container.protected void
MarkInstanceStartEventHandler. processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer, File file, File lockFile)
Processes the file of the designated event and sets the values of the input parameters in the designated data container. -
Uses of Parameter in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type Parameter Modifier and Type Method Description protected static UDTValue
MailTools. addressListToUDT(Parameter parameter, javax.mail.Address[] addresses, Logger logger)
Creates a UDT value for the designated parameter with the designated addresses.protected static UDTValue
MailTools. attachmentsToUDT(Parameter parameter, MailEvent event, File fileStore, Logger logger)
Creates a UDT value for the designated parameter with all attachments of the message of the designated mail event.protected void
MailEventActivityHandler. handleField(String field, Parameter param, MailEvent event, ActivityData data)
Gets the designated field from the message of the designated mail event and stores the value for the output parameter in the designated data context.protected void
MailEventActivityHandler. handleRegEx(String regex, Parameter param, MailEvent event, ActivityData data)
Applies the designated regular expression to (the string representation of) the content of the message of the designated mail event and stores the match for the output parameter in the designated data context.Method parameters in de.aristaflow.adept2.core.eventmanager.mailevents with type arguments of type Parameter Modifier and Type Method Description protected void
InstanceStartEventHandler. processMailEvent(MailEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer)
Processes the mail of the designated event and sets the values of the input parameters in the designated data container. -
Uses of Parameter in de.aristaflow.adept2.model.activitymodel
Subinterfaces of Parameter in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interface
ATParameter
AnATParameter
extends aParameter
by additional information needed when assigning (dragging) an activity (template definition) to a process node. -
Uses of Parameter in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common that return Parameter Modifier and Type Method Description Parameter
AbstractActivity. getParameter(String name, ActivityConstants.AccessType accessType)
Gets the parameter object linked to the passed parameter name.Methods in de.aristaflow.adept2.model.common that return types with arguments of type Parameter Modifier and Type Method Description Set<? extends Parameter>
AbstractActivity. getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of the operation of this abstract activity. -
Uses of Parameter in de.aristaflow.adept2.model.common.systemdata
Methods in de.aristaflow.adept2.model.common.systemdata with parameters of type Parameter Modifier and Type Method Description static boolean
SystemDataTools. isCompatibleParameter(ParameterRef paramRef, Parameter parameter)
Returns true, if the parameter reference and the given parameter are compatible. -
Uses of Parameter in de.aristaflow.adept2.model.common.tools
Methods in de.aristaflow.adept2.model.common.tools with type parameters of type Parameter Modifier and Type Method Description static <T extends Parameter>
Collection<T>ParameterComparator. getSortedParams(Collection<T> unsortedParams)
Creates a new collection having the designated parameters sorted with this comparator.Methods in de.aristaflow.adept2.model.common.tools with parameters of type Parameter Modifier and Type Method Description int
ParameterComparator. compare(Parameter o1, Parameter o2)
-
Uses of Parameter in de.aristaflow.adept2.model.processmodel
Subinterfaces of Parameter in de.aristaflow.adept2.model.processmodel Modifier and Type Interface Description interface
ProcessModelParameter
The Parameter interface describes the connectors on the executable business process side (activity/sub-process). -
Uses of Parameter in de.aristaflow.adept2.model.processmodel.tools
Methods in de.aristaflow.adept2.model.processmodel.tools with parameters of type Parameter Modifier and Type Method Description static DataElement
ProcessModelTools. hasDataEdge(Template templ, Node node, Parameter param, ActivityConstants.AccessType at)
Gets the data element with a data edge from designated node for the designated parameter of the designated access type. -
Uses of Parameter in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type Parameter Modifier and Type Method Description Class<?>
ActivityData. getCorrespondingJavaClass(Parameter parameter, boolean output)
Gets the class object corresponding to the type of the designated parameter.Boolean
ActivityData. getParamConfBoolean(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, Boolean defaultValue)
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as BOOLEAN.Date
ActivityData. getParamConfDate(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, Date defaultValue)
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as DATE.Double
ActivityData. getParamConfFloat(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, Double defaultValue)
Returns the configuration value of the specified entry or the given value if it is not set or could not be parsed as FLOAT.Long
ActivityData. getParamConfInteger(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, Long defaultValue)
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as INTEGER.String
ActivityData. getParamConfString(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, String defaultValue)
Returns the configuration value of the specified entry ornull
if it is not set.byte[]
ActivityData. getParamConfUDT(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, byte[] defaultValue)
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as USERDEFINED.URI
ActivityData. getParamConfURI(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, URI defaultValue)
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as URI.protected Object
ActivityData. getParamConfValue(ActivityConstants.AccessType accessType, Parameter parameter, String entryName, ProcessConstants.AdeptDataType expDt, boolean required, Object defValue)
Gets the designated parameter configuration value and logs messages or throws exceptions if it is not present.boolean
ActivityData. hasParamConf(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns whether the specified configuration entry is set.boolean
ActivityData. requireParamConfBoolean(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.Date
ActivityData. requireParamConfDate(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.double
ActivityData. requireParamConfFloat(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.long
ActivityData. requireParamConfInteger(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.String
ActivityData. requireParamConfString(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.byte[]
ActivityData. requireParamConfUDT(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available.URI
ActivityData. requireParamConfURI(ActivityConstants.AccessType accessType, Parameter parameter, String entryName)
Returns the configuration value of the specified entry or throws an exception if it is not available. -
Uses of Parameter in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with type parameters of type Parameter Modifier and Type Method Description static <T extends Parameter,I extends SimpleParameter>
ITransformation. fillParameter(T param, I ret)
-