Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
Packages that use ApplicationEnvironmentException
Package
Description
-
Uses of ApplicationEnvironmentException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw ApplicationEnvironmentExceptionModifier and TypeMethodDescriptionprotected abstract booleanAbstractActivityEventHandler.processEvent(Event event, ActivityInstance activity, DataContext dataContext) Processes the designated event for the designated activity instance. -
Uses of ApplicationEnvironmentException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type ApplicationEnvironmentExceptionModifier and TypeMethodDescriptionvoidRemoteRuntimeEnvironment.applicationFailed(SessionToken token, String sessionID, ApplicationEnvironmentException excpt, SerialisableDataContext dataContext) Signals the failing of the designated execution session that is the execution is terminated due to the designated application environment exception and all data produced yet is invalidated. -
Uses of ApplicationEnvironmentException in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that throw ApplicationEnvironmentExceptionModifier and TypeMethodDescriptionActivityData.getInputValue(ProcessModelParameter parameter) Retrieves the value of the designated input parameter as an object of the closest related java type.ActivityData.getInputValue(ProcessModelParameter parameter, boolean required) Retrieves the value of the designated input parameter as an object of the closest related java type.ActivityData.getInputValue(ProcessModelParameter param, boolean convert, boolean required) Retrieves the value of the specified input parameter as an object of the closest related java type or the appropriate converted type.ActivityData.getInputValue(String parameterName) Retrieves the value of the specified input parameter as an object of the closest related java type.ActivityData.getInputValue(String parameterName, boolean required) Retrieves the value of the specified input parameter as an object of the closest related java type.protected ObjectActivityData.getInputValue(String parameterName, ProcessConstants.AdeptDataType expDt, boolean convert, boolean required) Retrieves the value of the specified input parameter as an object of the closest related java type.ActivityData.getStoredValue(ProcessModelParameter parameter) Retrieves the stored value of the specified output parameter as an object of the closest related java type.ActivityData.getStoredValue(ProcessModelParameter param, boolean convert) Retrieves the stored value of the specified output parameter as an object of the closest related java type or the appropriate converted type.ActivityData.getStoredValue(String parameterName) Retrieves the stored value of the specified output parameter as an object of the closest related java type.protected ObjectActivityData.getStoredValue(String parameterName, ProcessConstants.AdeptDataType expDt, boolean convert) Retrieves the stored value of the specified output parameter as an object of the closest related java type.Object[]ActivityData.getStoredValues()Gets the stored values of the output parameter in an array of object ordered by their position.booleanActivityData.requireInputBoolean(String parameterName) Returns the value of the specified BOOLEAN input parameter or throws an exception if the value is not available.ActivityData.requireInputDate(String parameterName) Returns the value of the specified DATE input parameter or throws an exception if the value is not available.doubleActivityData.requireInputFloat(String parameterName) Returns the value of the specified FLOAT input parameter or throws an exception if the value is not available.longActivityData.requireInputInteger(String parameterName) Returns the value of the specified INTEGER input parameter or throws an exception if the value is not available.ActivityData.requireInputString(String parameterName) Returns the value of the specified STRING input parameter or throws an exception if the value is not available.ActivityData.requireInputUDT(String parameterName) Returns the value of the specified USERDEFINED input parameter or throws an exception if the value is not available.ActivityData.requireInputURI(String parameterName) Returns the value of the specified URI input parameter or throws an exception if the value is not available.