Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Exceptions
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    de.aristaflow.adept2.base.communication.ADEPT2CallbackExport.exportCallback(Class<?>, Object, boolean)
    Use ADEPT2CallbackExport.exportCallback(Class, Object) with a ServerSideProxy instead.
    de.aristaflow.adept2.base.communication.invocation.InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, boolean, Stack<Method>, Map<Class<?>, Boolean>, Logger)
    Use InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, boolean, Stack, long, long, Map, Logger) instead.
    de.aristaflow.adept2.base.communication.invocation.InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, Class<T>, boolean, Map<Class<?>, Boolean>, Logger)
    Use InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, Class, boolean, long, long, Map, Logger) instead.
    de.aristaflow.adept2.base.configuration.PropertyProvider.getSkipClosing()
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.adept2.base.dbaccess.DatabaseName.CACHE
    Use DatabaseName.IRIS instead.
    de.aristaflow.adept2.base.dbaccess.DatabaseName.DERBY
    Switch to DatabaseName.H2 or another DBMS instead.
    de.aristaflow.adept2.base.registry.LocalServiceRegistry.determineNodeName(Logger)
    Moved to NetworkTools.getUniqueNodeName(Logger).
    de.aristaflow.adept2.base.registry.PluginRegistry.URLClassloaderPrivilegedAction
    The security manager has been deprecated and removed. This class is no longer of use, just perform the action directly.
    de.aristaflow.adept2.base.registry.ServiceInformation.isExportedLocal()
    Use ServiceInformation.isExported() and ServiceInformation.isRemote() instead.
    de.aristaflow.adept2.base.registry.UrlConfigurationManager.newDatabaseConfiguration(Logger, JDBCDataSource, String, String, String)
    Use DatabaseConfiguration.newDatabaseConfiguration(Logger, de.aristaflow.adept2.base.dbaccess.JDBCDataSource, String, String, String) instead.
    de.aristaflow.adept2.core.checks.processmodel.CheckTools
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler(Registry, boolean, boolean, boolean, ActivityEventManager)
    Use AbstractActivityEventHandler(Registry, boolean, boolean, boolean, DefaultEventManager) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler(String, boolean, boolean, boolean, ActivityEventManager)
    Use AbstractActivityEventHandler(String, boolean, boolean, boolean, DefaultEventManager) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler.canHandle(Event, boolean)
    Use and implement AbstractActivityEventHandler.getHandleImpossibleMessage(Event, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(Registry, boolean, boolean, boolean)
    Use AbstractEventHandler(Registry, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(Registry, boolean, boolean, boolean, boolean)
    Use AbstractEventHandler(Registry, boolean, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(String, boolean, boolean, boolean)
    Use AbstractEventHandler(String, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(String, boolean, boolean, boolean, boolean)
    Use AbstractEventHandler(String, boolean, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>)
    Use AbstractEventManager(Configuration, Registry, String[], String[]) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource(Registry, String)
    Use AbstractEventSource(Registry, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource(String, String)
    Use AbstractEventSource(String, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource(Configuration, Registry, Class<T>, String, String)
    Use AbstractSharingActEventSource(Configuration, Registry, Class, String, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>)
    Use DefaultEventManager(Configuration, Registry, String[], String[]) instead.
    de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, Registry, ScheduledObjectOneWorkExecutor<WorklistItem>, long, Level)
    Use OneWorkWorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, ServerAvailabilityNotification, Registry, ScheduledObjectOneWorkExecutor, long, Level) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(ProcessConstants.AdeptDataType[], String[])
    Use MemoryResultSetImpl(AdeptDataType[], String[], Logger) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(String[], ProcessConstants.AdeptDataType[])
    Use MemoryResultSetImpl(String[], AdeptDataType[], Logger) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(List<String>, List<ProcessConstants.AdeptDataType>)
    Use MemoryResultSetImpl(List, List, Logger) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler(Configuration, ActivityEventManager, Registry)
    Use FileEventActivityHandler(Configuration, DefaultEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivitySource(Configuration, EventManager, Registry)
    Use FileEventActivitySource(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource(Configuration, EventManager, Registry)
    Use FileEventSource(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler(Configuration, EventManager, Registry)
    Use FileMarkHandler(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler.CONF_PROCESS_TYPE
    Use AbstractInstanceStartEventHandler.CONF_PROCESS_TYPE instead.
    de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager.createAndStartInstance(SessionToken, UUID, InstanceDataContainer)
    Use InstanceStartEventManager.startInstance(SessionToken, UUID, InstanceDataContainer) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.clientTimeout
    Use ClientCredentialsAccessTokenProvider.client and ClientCredentialsAccessTokenProvider.clientBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.postRequestData
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.requestTimeout
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.tokenEndpoint
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler(Configuration, ActivityEventManager, Registry)
    Use MailEventActivityHandler(Configuration, DefaultEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler(Configuration, EventManager, Registry)
    Use MailFlagHandler(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailTools.getStringContentOfMessage(Message)
    Use MailTools.getStringContentOfMessage(Message, Logger) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, ExecutionContext, URI[], URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, ExecutionContext, URI[], URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, URI[], URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, URI[], URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[])
    Use InstanceControl.startSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[]) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.getNames(boolean)
    Use AttributeMetaData.getNames(Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement(EntityType, String, DataType, int, String, String, boolean, boolean)
    Use MetaDataElement(EntityType, String, DataType, int, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement.getMappedTo()
    Use AttributeMetaData.MetaDataElement.getAttrMapping(String) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement.isImported()
    Use AttributeMetaData.MetaDataElement.getAttrMapping(String) instead.
    de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension.getEntityAttributes(String, String...)
    This method is no longer used and will be removed. Subclasses should remove at least the Override annotation.
    de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.initAttributes(SessionToken, boolean, int, Collection<EntityType>)
    Use OrgModelSyncAccess.initAttributes(SessionToken, boolean, String, int, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.Filter.clear()
    Use Filter.clearSelections() instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, int, String, String, boolean, boolean)
    Use ModelChangeOperations.addStringAttribute(SessionToken, EntityType, String, int, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, String, String, boolean, boolean)
    Use ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, String, boolean, boolean)
    Use ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, Boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, String, String, boolean, boolean)
    Use ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, Boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator(ManagedResultSet, long)
    Use ResultSetRemoteIterator(ManagedResultSet, long, long, Logger, String...) instead.
    de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator(ManagedResultSet, long, String[])
    Use ResultSetRemoteIterator(ManagedResultSet, long, long, Logger, String...) instead.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.marshalByteArray(byte[], boolean, Node)
    Use AbstractXmlBasedUdt.marshalByteContent(InputStream, boolean, Node) instead.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.marshalByteArray(byte[], Node)
    Use AbstractXmlBasedUdt.marshalByteContent(InputStream, boolean, Node) instead.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.unmarshalByteArray(Node)
    Use AbstractXmlBasedUdt.unmarshalByteContent(Node) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, long)
    Use FileUDT(String, String, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, String, long)
    Use FileUDT(String, String, String, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, MediaType, long)
    Use FileUDT(String, String, MediaType, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(UDTValue)
    Use FileUDT(UDTValue, boolean...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(File)
    Use FileUDT(File, boolean...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(File, String)
    Use FileUDT(String, File) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(InputStream)
    Use FileUDT(InputStream, boolean...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT.getAsXML()
    Use FileUDT.toUdtValue() instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT.getData()
    Use FileUDT.getBytes() instead.
    de.aristaflow.adept2.extensions.datatypes.LocalisationUdt.rawTextFromUDTValue(UDTValue)
    Use LocalisationUdt.getContentString(UDTValue) instead.
    de.aristaflow.adept2.extensions.datatypes.LocalisationUdt.udtValueFromRawText(String)
    Use LocalisationUdt.udtValueFromContentString(String) instead.
    de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long)
    Use AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator(boolean, long, long)
    Use AbstractTimeTrackingRemoteIterator(boolean, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.CachingRemoteIterator(RemoteIterator<List<T>>)
    Use CachingRemoteIterator(RemoteIterator, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.EmptyRemoteIterator()
    Use EmptyRemoteIterator(long, long) instead.
    de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator(Collection<T>)
    Use MemoryBasedCopyingRemoteIterator(Collection, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.RemoteIterator.drop()
    Use RemoteIterator.close() instead.
    de.aristaflow.adept2.model.common.collection.TransformingRemoteIterator(RemoteIterator<List<S>>, Function<S, T>)
    Use TransformingRemoteIterator(RemoteIterator, Function, Logger) instead.
    de.aristaflow.adept2.model.common.communication.ServerInputStream(InputStream)
    Use ServerInputStream(InputStream, long, long) instead.
    de.aristaflow.adept2.model.common.LicenceInformation.Activation
    For serialisation compatibility with pre-17.0.0.
    de.aristaflow.adept2.model.common.LicenceInformation.getRelaseName()
    Use LicenceInformation.getReleaseName() instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, byte[])
    Use ADEPT2UDTValue(byte[], String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream)
    Use ADEPT2UDTValue(InputStream, String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream, boolean)
    Use ADEPT2UDTValue(InputStream, String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream, int)
    Use ADEPT2UDTValue(byte[], String) with a BoundedInputStream instead.
    de.aristaflow.adept2.model.datamanagement.FileUDTValue.getContent(FileUDTValue.FileDescriptor)
    Use FileUDTValue.getContentStream(FileDescriptor) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(byte[])
    Use JsonUdtValue(InputStream, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream)
    Use JsonUdtValue(InputStream, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream, boolean)
    Use JsonUdtValue(InputStream) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream, int)
    Use JsonUdtValue(InputStream, boolean[]) with a BoundedInputStream instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(JSONObject)
    Use JsonUdtValue(JSONObject, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.fromUDTValue(UDTValue)
    Use JsonUdtValue.fromUdtValue(UDTValue) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.getValueAsJsonObject()
    Use JsonUdtValue.getJsonObject() instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.rawTextFromUDTValue(UDTValue)
    Use JsonUdtValue.getJsonString(UDTValue) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.toUtf8Bytes(JSONObject)
    Use JsonUdtValue.toUtf8InputStream(JSONObject) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.udtValueFromRawText(String)
    Use JsonUdtValue(String) instead.
    de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream(UDTValue)
    Use ServerUDTInputStream(UDTValue, long, long) instead.
    de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream(InputStream, String)
    Use ServerUDTInputStream(InputStream, String, long, long) instead.
    de.aristaflow.adept2.model.datamanagement.UDTValue.getValueAsArray()
    Use and implement UDTValue.getBytes() instead.
    de.aristaflow.adept2.model.datamanagement.UDTValue.getValueAsStream()
    Use and implement UDTValue.getInputStream() instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>)
    Use ExecutionFactory.createParameterDataContext(Map, Map, Map, Map, Map, Logger) instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, PluginData>, Map<String, String>)
    Use ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set, Set, String, String, PluginDataContainer, Map, Map) instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>)
    Use ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set, Set, String, String, PluginDataContainer, Map) instead.
    de.aristaflow.adept2.model.filter.AttributeFactory.getFactoryForCollectionAttribute(String)
    Use AttributeFactory.getCollectionElementAttributeFactory(String) instead.
    de.aristaflow.adept2.model.mail.Email()
    Use Email(Logger) instead.
    de.aristaflow.adept2.model.orgmodel.PredefinedAttributes.AGENT_HASHALG
    This is not and was not a publicly accessible OM attribute.
    de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes.ATTR_IMPORTED
    Replaced by a separate OM extension mapping relation.
    de.aristaflow.adept2.model.processmodel.InstanceNode.getBaseTemplId()
    Use getInstRef().getBaseTemplateId() instead.
    de.aristaflow.adept2.model.processmodel.InstanceNode.getVarParSibling()
    Use InstanceNode.getVarParSiblings() instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceNode(InstanceReference, UUID)
    Use ProcessModelFactory.createInstanceNode(InstanceReference) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceNode(InstanceReference, UUID, int)
    Use ProcessModelFactory.createInstanceNode(InstanceReference, int) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceReference(UUID, UUID, String, boolean, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, ProcessConstants.InstanceExecutionStatus, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>)
    Use ProcessModelFactory.createInstanceReference(UUID, UUID, String, boolean, UUID, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, InstanceExecutionStatus, Map, Map, Map) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createVarParInstanceNode(InstanceReference, UUID, int, int)
    Use ProcessModelFactory.createVarParInstanceNode(InstanceReference, int, int) instead.
    de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance)
    Use RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory.getDataContext(ClientSessionFactory, DataContainer, Thread)
    Use RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext()
    Use SettableDataContext(Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext(Map<String, Serializable>, Map<String, ProcessModelParameter>, Map<String, ProcessModelParameter>)
    Use SettableDataContext(Map, Map, Map, Logger) instead.
    de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate(IncrementalWorklistUpdate)
    Use CachingIncWorklistUpdate(IncrementalWorklistUpdate, long, long, Logger) instead.
    de.aristaflow.adept2.model.worklistmodel.IncrementalWorklist.drop()
    Use IncrementalWorklist.close() instead.
    de.aristaflow.adept2.model.worklistmodel.IncrementalWorklistUpdate.drop()
    Use and implement IncrementalWorklistUpdate.close() instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.addedToWorklist(UUID, QualifiedAgent)
    Use InternalWorklistItem.addedToWorklist(UUID, QualifiedAgent, int) instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.getAvailableStateDelegationIndex()
    Not used and not required.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.getSubstitutionOriginators()
    Use InternalWorklistItem.getSubstitutionLevels() instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.removeSubstitution(UUID)
    Use InternalWorklistItem.removeSubstitution(UUID, int) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistConstants.WorklistItemState, boolean, UUID[], UUID[], Set<IndividualWorklistItemSettings>, int, long, long, long, QualifiedAgent, long, long, int, String, int, String, List<WorklistItem.Delegation>, Enquiry, List<Enquiry>, String, String, String, String, String, Map<String, Set<String>>, Map<String, PluginData>, ParameterDataContext, Map<String, String>, Map<UUID, Set<QualifiedAgent>>)
    Use WorklistModelFactory.createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistItemState, boolean, UUID[], UUID[], Set, int, long, long, long, QualifiedAgent, long, int, String, long, int, String, List, Enquiry, Map, String, String, String, String, String, Map, Map, ParameterDataContext, Map, Map) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistIncrementally(Worklist<T>, boolean)
    Use WorklistModelFactory.createWorklistIncrementally(Worklist, boolean, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistIncrementally(UUID, QualifiedAgent, List<T>, WorklistRevision, boolean, boolean, Map<String, String>)
    Use WorklistModelFactory.createWorklistIncrementally(UUID, QualifiedAgent, List, WorklistRevision, boolean, boolean, Map, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistUpdateIncrementally(WorklistUpdate)
    Use WorklistModelFactory.createWorklistUpdateIncrementally(WorklistUpdate, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>)
    Use WorklistModelFactory.createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection, Map, long, long) instead.
    de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebResourceComponent.getMimeType(String)
    Use MediaTypes.detect(String) instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment.getData()
    Use HTMLContext.Attachment.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment.getDataRereadable()
    Use HTMLContext.Attachment.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment.getData()
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment.getDataRereadable()
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response(int, String, String)
    Use Response(int, String) instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.getData()
    Use HTMLContext.Response.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
    Use MediaType and MediaTypes instead.
    de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService.getParameterAttachments(List<FileItem>, Map<String, HTMLContext.Attachment>, Map<String, List<HTMLContext.Attachment>>)
    Use the more efficient AristaFlowHTTPService.getParameterAttachments(List) instead. That does not need to consider attachments possibly already being part of the designated maps.
    de.aristaflow.adept2.ui.swtgui.SWTBrowserContext.deployForDownload(UDTValue, String, String)
    Use and implement SWTBrowserContext.deployForDownload(InputStream, String, String) instead.
    de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
    Use Cleanup.CollCloseTask instead.
    de.aristaflow.adept2.util.FileTools.close(C)
    Use try-with-resources appropriately instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Closeable)
    Use IoTools.closeLogged(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Closeable...)
    Use IoTools.closeLogged(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Collection<? extends Closeable>)
    Use IoTools.closeLogged(Logger, Collection) or IoTools.closeUnchecked(Collection) instead.
    de.aristaflow.adept2.util.i18n.Utf8ResourceBundleControl
    The minimum Java version is Java 11, there is no need for this class any more since all ResourceBundles are UTF-8-encoded.
    de.aristaflow.adept2.util.io.BufferedRereadableContent
    Use RereadableContent instead.
    de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool(ObjectLifeCycle<T, E>, ObjectWrapperLifeCycle<T, E>, PoolConfiguration, Logger)
    Use GenericObjectPool(String, ObjectLifeCycle, ObjectWrapperLifeCycle, PoolConfiguration, Logger) instead.
    de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener.objectReclaimed(T, ReclaimAction, CallerTrace)
    Use and implement ObjectPoolListener.objectReclaimed(Object, ReclaimAction, CallerTrace, CallerTrace) instead.
    de.aristaflow.adept2.util.StreamTools.cloneViaByteArray(Serializable, Class<T>)
    Use StreamTools.cloneViaStream(Serializable, Class) instead.
    de.aristaflow.adept2.util.StreamTools.getSHA512Digest(InputStream)
    Use StreamTools.getSHA512DigestAndClose(InputStream) instead which closes the designated stream. Resetting big streams does not work so prepare the stream for reusage before.
    de.aristaflow.adept2.util.StreamTools.PROPERTY_SKIP_CLOSING
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.adept2.util.StreamTools.skipClosing()
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.adept2.util.StringTools.fromByteArray(byte[], String)
    Use String(byte[], String) instead.
    de.aristaflow.adept2.util.StringTools.toByteArray(String, String)
    Use String.getBytes(String) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory)
    Use CachedThreadPoolExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory, int, Level)
    Use CachedThreadPoolExecutor(int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use CachedThreadPoolExecutor(int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use CachedThreadPoolExecutor(int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use AbstractObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory)
    Use AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory, int, Level)
    Use AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use AbstractObjectSpecificExecutor(int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use AbstractObjectSpecificExecutor(int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(Adept2ThreadFactory)
    Use AbstractObjectSpecificExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor(Adept2ThreadFactory)
    Use AbstractPipeliningExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory)
    Use ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level)
    Use ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use ObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Adept2ThreadFactory)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use ScheduledObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.UnlimitedPipelineExecutor(Adept2ThreadFactory)
    Use UnlimitedPipelineExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.ExecutorTools.createCachedExecutor(int, int, boolean, Adept2ThreadFactory)
    Use ExecutorTools.createCachedExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getInputStreamForDocument(Node)
    Use XMLHelperTools.getStreamForDocument(Node) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getInputStreamForDocument(Node, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node)
    Use XMLHelperTools.getStreamForDocument(Node) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, Source)
    Use XMLHelperTools.getStreamForDocument(Node, Source) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, Source, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, Source, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getXMLStringForInputStream(InputStream)
    Use StreamTools.readUtf8String(InputStream) instead.
    de.aristaflow.ilm.model.common.AbstractIteratorHandler.closeOrDefer(boolean, UUID, T, ServerSideProxy.LegacySspCloser)
    Use AbstractIteratorHandler.closeOrDefer(boolean, UUID, ServerSideProxy) instead unless having a proxy object of which the server-side object does not have ServerSideProxy.close() yet.
    de.aristaflow.ilm.model.datamanagement.Transformation.fillDataContainer(T, I)
    Use Transformation.fillDataContainer(AbstractMemoryBasedDataContainer, DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.fromIlm(DataContainer)
    Use Transformation.fromIlm(DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.fromIlm(WritingDataContainer)
    Use Transformation.fromIlm(WritingDataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.toIlm(SessionToken, DataContainer)
    Use Transformation.toIlm(SessionToken, de.aristaflow.adept2.model.datamanagement.DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.toIlm(DataContainer)
    Use Transformation.toIlm(de.aristaflow.adept2.model.datamanagement.InputDataContainer, Logger) instead.
    de.aristaflow.ilm.model.execution.Transformation.fromIlm(ExecutionFactory, ProcessModelFactory, ProcessNodeContext)
    Use Transformation.fromIlm(ExecutionFactory, ProcessModelFactory, ProcessNodeContext, Logger) instead.
    de.aristaflow.ilm.model.execution.Transformation.fromIlm(ExecutionFactory, InputDataContext)
    Use Transformation.fromIlm(ExecutionFactory, InputDataContext, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.fromIlm(ResourceModelFactory, Attribute)
    Use Transformation.fromIlm(ResourceModelFactory, Atribute, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.fromIlm(ResourceModelFactory, Resource)
    Use Transformation.fromIlm(ResourceModelFactory, Resource, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.toIlm(Resource)
    Use Transformation.toIlm(de.aristaflow.adept2.model.resourcemodel.Resource, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.toIlm(ResourceInstance)
    Use Transformation.toIlm(de.aristaflow.adept2.model.resourcemodel.ResourceInstance, Logger) instead.
    de.aristaflow.ilm.model.runtimeenvironment.Transformation.fromIlm(RuntimeEnvironmentFactory, DataContext)
    Use Transformation.fromIlm(RuntimeEnvironmentFactory, DataContext, Logger) instead.
    de.aristaflow.ilm.ws.base.licensing.LicenceManagerWebService.getLicenceInformation(SessionToken)
    Use LicenceManagerWebService.getLicenceInformation() instead.
    de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService(LogManager, ServiceMetaData, Configuration)
    Use ExecutionLogManagerWebService(LogManager, ServiceMetaData, Configuration, Configuration) instead.
    de.aristaflow.ilm.ws.core.processmanager.InstanceManagerWebService.getInstanceRefsOf(SessionToken, List<UUID>, Boolean, Integer)
    Use InstanceManagerWebService.getInstanceRefsOf(SessionToken, List, Boolean, InstanceFilter, InstanceStatusFilter, Integer) instead.
    de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub.sendEvent(OutboundSseEvent.Builder)
    Use AbstractSseStub.sendEvent(String, Class, Object, String, String) instead.
  • Deprecated Interfaces
    Interface
    Description
    de.aristaflow.adept2.core.client.ADEPT2ClientService
    de.aristaflow.adept2.core.worklistmanager.ItemAssessment
    This interface is subject of change and must not be used yet except for testing purpose.
  • Deprecated Classes
    Class
    Description
    de.aristaflow.adept2.base.registry.PluginRegistry.URLClassloaderPrivilegedAction
    The security manager has been deprecated and removed. This class is no longer of use, just perform the action directly.
    de.aristaflow.adept2.core.checks.processmodel.CheckTools
    de.aristaflow.adept2.core.registry.cluster.ClusterNode
    This class is subject of change and must not be used yet except for testing purpose. Its interface and implementation may change any time!
    de.aristaflow.adept2.extensions.datatypes.WJPContainer
    use WebFormContainer instead. This class facilitates the handling and manipulation of WJP containers.
    de.aristaflow.adept2.extensions.datatypes.WJPSubtable
    use WebFormSubtable instead. This class facilitates the handling and manipulation of WJP subtables.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
    Use MediaType and MediaTypes instead.
    de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
    Use Cleanup.CollCloseTask instead.
    de.aristaflow.adept2.util.i18n.Utf8ResourceBundleControl
    The minimum Java version is Java 11, there is no need for this class any more since all ResourceBundles are UTF-8-encoded.
    de.aristaflow.adept2.util.io.BufferedRereadableContent
    Use RereadableContent instead.
  • Deprecated Enum Classes
    Enum Class
    Description
    de.aristaflow.adept2.model.common.LicenceInformation.Activation
    For serialisation compatibility with pre-17.0.0.
  • Deprecated Exceptions
    Exceptions
    Description
    de.aristaflow.adept2.base.service.RTServiceNotKnownException
    de.aristaflow.adept2.model.worklistmodel.WorklistUpdateFailedException
    This class is only for a very special use-case. Do not use it, it will be removed shortly.
  • Deprecated Fields
    Field
    Description
    de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler.CONF_PROCESS_TYPE
    Use AbstractInstanceStartEventHandler.CONF_PROCESS_TYPE instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.clientTimeout
    Use ClientCredentialsAccessTokenProvider.client and ClientCredentialsAccessTokenProvider.clientBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.postRequestData
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.requestTimeout
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider.tokenEndpoint
    Use ClientCredentialsAccessTokenProvider.request and ClientCredentialsAccessTokenProvider.requestBuilder instead.
    de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData.PREFIX
    there are no prefixes any more
    de.aristaflow.adept2.model.globals.SystemDataConstants.UDT_NAME_FILE_UDT
    Use SystemDataConstants.UDT_NAME_FILE instead.
    de.aristaflow.adept2.model.globals.SystemDataConstants.UDT_NAME_LIST_UDT
    Use SystemDataConstants.isListUdt(String), SystemDataConstants.getUdtNameListUdtOfSimpleType(ProcessConstants.AdeptDataType) or SystemDataConstants.getUdtNameListUdtOfUdt(String).
    de.aristaflow.adept2.model.globals.SystemDataConstants.UDT_NAME_PATTERN_LIST_UDT
    Use SystemDataConstants.isListUdt(String), SystemDataConstants.getUdtNameListUdtOfSimpleType(ProcessConstants.AdeptDataType) or SystemDataConstants.getUdtNameListUdtOfUdt(String).
    de.aristaflow.adept2.model.globals.SystemDataConstants.UDT_NAME_PATTERN_SER_LIST
    Use SystemDataConstants.isSerialisedList(String), SystemDataConstants.getUdtNameListOfSimpleType(ProcessConstants.AdeptDataType) or SystemDataConstants.getUdtNameListOfUdt(String).
    de.aristaflow.adept2.model.globals.SystemDataConstants.UDT_NAME_SER_LIST
    Use SystemDataConstants.isSerialisedList(String), SystemDataConstants.getUdtNameListOfSimpleType(ProcessConstants.AdeptDataType) or SystemDataConstants.getUdtNameListOfUdt(String).
    de.aristaflow.adept2.model.orgmodel.PredefinedAttributes.AGENT_HASHALG
    This is not and was not a publicly accessible OM attribute.
    de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes.ATTR_IMPORTED
    Replaced by a separate OM extension mapping relation.
    de.aristaflow.adept2.util.StreamTools.PROPERTY_SKIP_CLOSING
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.ilm.model.worklistmodel.Transformation.worklistId
    This is only for debugging purpose.
  • Deprecated Methods
    Method
    Description
    de.aristaflow.adept2.base.communication.ADEPT2CallbackExport.exportCallback(Class<?>, Object, boolean)
    Use ADEPT2CallbackExport.exportCallback(Class, Object) with a ServerSideProxy instead.
    de.aristaflow.adept2.base.configuration.PropertyProvider.getSkipClosing()
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.close(C)
    Use Connection.commit() and try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.close(R)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.close(S)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Connection)
    Use Connection.rollback() or simply ExtendedConnection.close() and try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Connection, Statement)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Connection, Statement, ResultSet)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(ResultSet)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Statement)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Statement...)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.closeQuietly(Statement, ResultSet)
    Use try-with-resources instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.rollbackQuietly(Connection)
    Use JDBCTools.rollbackLogged(Logger, Connection) instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.rollbackQuietly(Connection, Boolean)
    Use JDBCTools.rollbackLogged(Logger, Connection, Boolean) instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.rollbackQuietly(Connection, Savepoint)
    Use JDBCTools.rollbackLogged(Logger, Connection, Savepoint) instead.
    de.aristaflow.adept2.base.dbaccess.JDBCTools.rollbackQuietly(Connection, Savepoint, Boolean)
    Use JDBCTools.rollbackLogged(Logger, Connection, Savepoint, Boolean) instead.
    de.aristaflow.adept2.base.registry.LocalServiceRegistry.determineNodeName(Logger)
    Moved to NetworkTools.getUniqueNodeName(Logger).
    de.aristaflow.adept2.base.registry.ServiceInformation.isExportedLocal()
    Use ServiceInformation.isExported() and ServiceInformation.isRemote() instead.
    de.aristaflow.adept2.base.registry.UrlConfigurationManager.newDatabaseConfiguration(Logger, JDBCDataSource, String, String, String)
    Use DatabaseConfiguration.newDatabaseConfiguration(Logger, de.aristaflow.adept2.base.dbaccess.JDBCDataSource, String, String, String) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler.canHandle(Event, boolean)
    Use and implement AbstractActivityEventHandler.getHandleImpossibleMessage(Event, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager.createAndStartInstance(SessionToken, UUID, InstanceDataContainer)
    Use InstanceStartEventManager.startInstance(SessionToken, UUID, InstanceDataContainer) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailTools.getStringContentOfMessage(Message)
    Use MailTools.getStringContentOfMessage(Message, Logger) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, ExecutionContext, URI[], URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, ExecutionContext, URI[], URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartInstance(SessionToken, UUID, URI[], URI[])
    Use InstanceControl.startInstance(SessionToken, UUID, URI[], URI[]) instead.
    de.aristaflow.adept2.core.executionmanager.InstanceControl.createAndStartSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[])
    Use InstanceControl.startSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[]) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.getNames(boolean)
    Use AttributeMetaData.getNames(Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement.getMappedTo()
    Use AttributeMetaData.MetaDataElement.getAttrMapping(String) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement.isImported()
    Use AttributeMetaData.MetaDataElement.getAttrMapping(String) instead.
    de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension.getEntityAttributes(String, String...)
    This method is no longer used and will be removed. Subclasses should remove at least the Override annotation.
    de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.initAttributes(SessionToken, boolean, int, Collection<EntityType>)
    Use OrgModelSyncAccess.initAttributes(SessionToken, boolean, String, int, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.Filter.clear()
    Use Filter.clearSelections() instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, int, String, String, boolean, boolean)
    Use ModelChangeOperations.addStringAttribute(SessionToken, EntityType, String, int, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, String, String, boolean, boolean)
    Use ModelChangeOperations.addAttribute(SessionToken, EntityType, String, DataType, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, String, boolean, boolean)
    Use ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, Boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, String, String, boolean, boolean)
    Use ModelChangeOperations.modifyAttribute(SessionToken, EntityType, String, Boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.worklistmanager.WorklistAdministration.reassess(SessionToken, Map<UUID, Map<QualifiedAgent, Integer>>)
    This method is subject of change and should not be used yet.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.marshalByteArray(byte[], boolean, Node)
    Use AbstractXmlBasedUdt.marshalByteContent(InputStream, boolean, Node) instead.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.marshalByteArray(byte[], Node)
    Use AbstractXmlBasedUdt.marshalByteContent(InputStream, boolean, Node) instead.
    de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt.unmarshalByteArray(Node)
    Use AbstractXmlBasedUdt.unmarshalByteContent(Node) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT.getAsXML()
    Use FileUDT.toUdtValue() instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT.getData()
    Use FileUDT.getBytes() instead.
    de.aristaflow.adept2.extensions.datatypes.LocalisationUdt.rawTextFromUDTValue(UDTValue)
    Use LocalisationUdt.getContentString(UDTValue) instead.
    de.aristaflow.adept2.extensions.datatypes.LocalisationUdt.udtValueFromRawText(String)
    Use LocalisationUdt.udtValueFromContentString(String) instead.
    de.aristaflow.adept2.model.common.collection.RemoteIterator.drop()
    Use RemoteIterator.close() instead.
    de.aristaflow.adept2.model.common.LicenceInformation.getRelaseName()
    Use LicenceInformation.getReleaseName() instead.
    de.aristaflow.adept2.model.common.UserAttributeContainer.removeUserAttributeValue(String)
    This method may, depending on the data model, not be used except in some special cases.
    de.aristaflow.adept2.model.common.UserAttributeContainer.setUserAttributeValue(String, String)
    This method may, depending on the data model, not be used except in some special cases.
    de.aristaflow.adept2.model.datamanagement.FileUDTValue.getContent(FileUDTValue.FileDescriptor)
    Use FileUDTValue.getContentStream(FileDescriptor) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.fromUDTValue(UDTValue)
    Use JsonUdtValue.fromUdtValue(UDTValue) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.getValueAsJsonObject()
    Use JsonUdtValue.getJsonObject() instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.rawTextFromUDTValue(UDTValue)
    Use JsonUdtValue.getJsonString(UDTValue) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.toUtf8Bytes(JSONObject)
    Use JsonUdtValue.toUtf8InputStream(JSONObject) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue.udtValueFromRawText(String)
    Use JsonUdtValue(String) instead.
    de.aristaflow.adept2.model.datamanagement.UDTValue.getValueAsArray()
    Use and implement UDTValue.getBytes() instead.
    de.aristaflow.adept2.model.datamanagement.UDTValue.getValueAsStream()
    Use and implement UDTValue.getInputStream() instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>)
    Use ExecutionFactory.createParameterDataContext(Map, Map, Map, Map, Map, Logger) instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, PluginData>, Map<String, String>)
    Use ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set, Set, String, String, PluginDataContainer, Map, Map) instead.
    de.aristaflow.adept2.model.execution.ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>)
    Use ExecutionFactory.createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set, Set, String, String, PluginDataContainer, Map) instead.
    de.aristaflow.adept2.model.filter.AttributeFactory.getFactoryForCollectionAttribute(String)
    Use AttributeFactory.getCollectionElementAttributeFactory(String) instead.
    de.aristaflow.adept2.model.ModelFactoryRegistry.getModelFactoryRegistry()
    de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate.removeUserAttributeValue(String)
    de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate.setUserAttributeValue(String, String)
    de.aristaflow.adept2.model.processmodel.InstanceNode.getBaseTemplId()
    Use getInstRef().getBaseTemplateId() instead.
    de.aristaflow.adept2.model.processmodel.InstanceNode.getVarParSibling()
    Use InstanceNode.getVarParSiblings() instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceNode(InstanceReference, UUID)
    Use ProcessModelFactory.createInstanceNode(InstanceReference) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceNode(InstanceReference, UUID, int)
    Use ProcessModelFactory.createInstanceNode(InstanceReference, int) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createInstanceReference(UUID, UUID, String, boolean, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, ProcessConstants.InstanceExecutionStatus, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>)
    Use ProcessModelFactory.createInstanceReference(UUID, UUID, String, boolean, UUID, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, InstanceExecutionStatus, Map, Map, Map) instead.
    de.aristaflow.adept2.model.processmodel.ProcessModelFactory.createVarParInstanceNode(InstanceReference, UUID, int, int)
    Use ProcessModelFactory.createVarParInstanceNode(InstanceReference, int, int) instead.
    de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance)
    Use RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory.getDataContext(ClientSessionFactory, DataContainer, Thread)
    Use RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger) instead.
    de.aristaflow.adept2.model.worklistmodel.IncrementalWorklist.drop()
    Use IncrementalWorklist.close() instead.
    de.aristaflow.adept2.model.worklistmodel.IncrementalWorklistUpdate.drop()
    Use and implement IncrementalWorklistUpdate.close() instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.addedToWorklist(UUID, QualifiedAgent)
    Use InternalWorklistItem.addedToWorklist(UUID, QualifiedAgent, int) instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.getAvailableStateDelegationIndex()
    Not used and not required.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.getSubstitutionOriginators()
    Use InternalWorklistItem.getSubstitutionLevels() instead.
    de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem.removeSubstitution(UUID)
    Use InternalWorklistItem.removeSubstitution(UUID, int) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistConstants.WorklistItemState, boolean, UUID[], UUID[], Set<IndividualWorklistItemSettings>, int, long, long, long, QualifiedAgent, long, long, int, String, int, String, List<WorklistItem.Delegation>, Enquiry, List<Enquiry>, String, String, String, String, String, Map<String, Set<String>>, Map<String, PluginData>, ParameterDataContext, Map<String, String>, Map<UUID, Set<QualifiedAgent>>)
    Use WorklistModelFactory.createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistItemState, boolean, UUID[], UUID[], Set, int, long, long, long, QualifiedAgent, long, int, String, long, int, String, List, Enquiry, Map, String, String, String, String, String, Map, Map, ParameterDataContext, Map, Map) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistIncrementally(Worklist<T>, boolean)
    Use WorklistModelFactory.createWorklistIncrementally(Worklist, boolean, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistIncrementally(UUID, QualifiedAgent, List<T>, WorklistRevision, boolean, boolean, Map<String, String>)
    Use WorklistModelFactory.createWorklistIncrementally(UUID, QualifiedAgent, List, WorklistRevision, boolean, boolean, Map, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistUpdateIncrementally(WorklistUpdate)
    Use WorklistModelFactory.createWorklistUpdateIncrementally(WorklistUpdate, long, long) instead.
    de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory.createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>)
    Use WorklistModelFactory.createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection, Map, long, long) instead.
    de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebResourceComponent.getMimeType(String)
    Use MediaTypes.detect(String) instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment.getData()
    Use HTMLContext.Attachment.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment.getDataRereadable()
    Use HTMLContext.Attachment.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment.getData()
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment.getDataRereadable()
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.getData()
    Use HTMLContext.Response.getInputStream() instead.
    de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService.getParameterAttachments(List<FileItem>, Map<String, HTMLContext.Attachment>, Map<String, List<HTMLContext.Attachment>>)
    Use the more efficient AristaFlowHTTPService.getParameterAttachments(List) instead. That does not need to consider attachments possibly already being part of the designated maps.
    de.aristaflow.adept2.ui.swtgui.SWTBrowserContext.deployForDownload(UDTValue, String, String)
    Use and implement SWTBrowserContext.deployForDownload(InputStream, String, String) instead.
    de.aristaflow.adept2.util.FileTools.close(C)
    Use try-with-resources appropriately instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Closeable)
    Use IoTools.closeLogged(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Closeable...)
    Use IoTools.closeLogged(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
    de.aristaflow.adept2.util.FileTools.closeQuietly(Collection<? extends Closeable>)
    Use IoTools.closeLogged(Logger, Collection) or IoTools.closeUnchecked(Collection) instead.
    de.aristaflow.adept2.util.LocaleTools.parseLocaleString(String)
    Use Locale.forLanguageTag(String) instead. Make sure the locale has the right format (IETF BCP 47), which is different from the usual Locale format. For instance, the locale de_DE has the language tag de-DE!
    de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener.objectReclaimed(T, ReclaimAction, CallerTrace)
    Use and implement ObjectPoolListener.objectReclaimed(Object, ReclaimAction, CallerTrace, CallerTrace) instead.
    de.aristaflow.adept2.util.StreamTools.cloneViaByteArray(Serializable, Class<T>)
    Use StreamTools.cloneViaStream(Serializable, Class) instead.
    de.aristaflow.adept2.util.StreamTools.getSHA512Digest(InputStream)
    Use StreamTools.getSHA512DigestAndClose(InputStream) instead which closes the designated stream. Resetting big streams does not work so prepare the stream for reusage before.
    de.aristaflow.adept2.util.StreamTools.skipClosing()
    Do only use if absolutely required. This will be removed as soon as closing works reliable.
    de.aristaflow.adept2.util.StringTools.fromByteArray(byte[], String)
    Use String(byte[], String) instead.
    de.aristaflow.adept2.util.StringTools.toByteArray(String, String)
    Use String.getBytes(String) instead.
    de.aristaflow.adept2.util.threading.ExecutorTools.createCachedExecutor(int, int, boolean, Adept2ThreadFactory)
    Use ExecutorTools.createCachedExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getInputStreamForDocument(Node)
    Use XMLHelperTools.getStreamForDocument(Node) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getInputStreamForDocument(Node, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node)
    Use XMLHelperTools.getStreamForDocument(Node) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, Source)
    Use XMLHelperTools.getStreamForDocument(Node, Source) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getOutputStreamForDocument(Node, Source, boolean)
    Use XMLHelperTools.getStreamForDocument(Node, Source, boolean) instead.
    de.aristaflow.adept2.util.xml.XMLHelperTools.getXMLStringForInputStream(InputStream)
    Use StreamTools.readUtf8String(InputStream) instead.
    de.aristaflow.ilm.model.common.AbstractIteratorHandler.closeOrDefer(boolean, UUID, T, ServerSideProxy.LegacySspCloser)
    Use AbstractIteratorHandler.closeOrDefer(boolean, UUID, ServerSideProxy) instead unless having a proxy object of which the server-side object does not have ServerSideProxy.close() yet.
    de.aristaflow.ilm.model.datamanagement.Transformation.fillDataContainer(T, I)
    Use Transformation.fillDataContainer(AbstractMemoryBasedDataContainer, DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.fromIlm(DataContainer)
    Use Transformation.fromIlm(DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.fromIlm(WritingDataContainer)
    Use Transformation.fromIlm(WritingDataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.toIlm(SessionToken, DataContainer)
    Use Transformation.toIlm(SessionToken, de.aristaflow.adept2.model.datamanagement.DataContainer, Logger) instead.
    de.aristaflow.ilm.model.datamanagement.Transformation.toIlm(DataContainer)
    Use Transformation.toIlm(de.aristaflow.adept2.model.datamanagement.InputDataContainer, Logger) instead.
    de.aristaflow.ilm.model.execution.Transformation.fromIlm(ExecutionFactory, ProcessModelFactory, ProcessNodeContext)
    Use Transformation.fromIlm(ExecutionFactory, ProcessModelFactory, ProcessNodeContext, Logger) instead.
    de.aristaflow.ilm.model.execution.Transformation.fromIlm(ExecutionFactory, InputDataContext)
    Use Transformation.fromIlm(ExecutionFactory, InputDataContext, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.fromIlm(ResourceModelFactory, Attribute)
    Use Transformation.fromIlm(ResourceModelFactory, Atribute, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.fromIlm(ResourceModelFactory, Resource)
    Use Transformation.fromIlm(ResourceModelFactory, Resource, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.toIlm(Resource)
    Use Transformation.toIlm(de.aristaflow.adept2.model.resourcemodel.Resource, Logger) instead.
    de.aristaflow.ilm.model.resourcemodel.Transformation.toIlm(ResourceInstance)
    Use Transformation.toIlm(de.aristaflow.adept2.model.resourcemodel.ResourceInstance, Logger) instead.
    de.aristaflow.ilm.model.runtimeenvironment.Transformation.fromIlm(RuntimeEnvironmentFactory, DataContext)
    Use Transformation.fromIlm(RuntimeEnvironmentFactory, DataContext, Logger) instead.
    de.aristaflow.ilm.ws.base.licensing.LicenceManagerWebService.getLicenceInformation(SessionToken)
    Use LicenceManagerWebService.getLicenceInformation() instead.
    de.aristaflow.ilm.ws.core.processmanager.InstanceManagerWebService.getInstanceRefsOf(SessionToken, List<UUID>, Boolean, Integer)
    Use InstanceManagerWebService.getInstanceRefsOf(SessionToken, List, Boolean, InstanceFilter, InstanceStatusFilter, Integer) instead.
    de.aristaflow.ilm.ws.core.worklistmanager.WorklistAdministrationWebService.reassess(SessionToken, Map<UUID, Map<QualifiedAgent, Integer>>)
    de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub.sendEvent(OutboundSseEvent.Builder)
    Use AbstractSseStub.sendEvent(String, Class, Object, String, String) instead.
    de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistAdministrationRest.reassess(List<Assessment>)
  • Deprecated Constructors
    Constructor
    Description
    de.aristaflow.adept2.base.communication.invocation.InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, boolean, Stack<Method>, Map<Class<?>, Boolean>, Logger)
    Use InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, boolean, Stack, long, long, Map, Logger) instead.
    de.aristaflow.adept2.base.communication.invocation.InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, Class<T>, boolean, Map<Class<?>, Boolean>, Logger)
    Use InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, Class, boolean, long, long, Map, Logger) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler(Registry, boolean, boolean, boolean, ActivityEventManager)
    Use AbstractActivityEventHandler(Registry, boolean, boolean, boolean, DefaultEventManager) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler(String, boolean, boolean, boolean, ActivityEventManager)
    Use AbstractActivityEventHandler(String, boolean, boolean, boolean, DefaultEventManager) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(Registry, boolean, boolean, boolean)
    Use AbstractEventHandler(Registry, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(Registry, boolean, boolean, boolean, boolean)
    Use AbstractEventHandler(Registry, boolean, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(String, boolean, boolean, boolean)
    Use AbstractEventHandler(String, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler(String, boolean, boolean, boolean, boolean)
    Use AbstractEventHandler(String, boolean, boolean, boolean, boolean) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>)
    Use AbstractEventManager(Configuration, Registry, String[], String[]) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource(Registry, String)
    Use AbstractEventSource(Registry, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource(String, String)
    Use AbstractEventSource(String, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource(Configuration, Registry, Class<T>, String, String)
    Use AbstractSharingActEventSource(Configuration, Registry, Class, String, String, LogService) instead.
    de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>)
    Use DefaultEventManager(Configuration, Registry, String[], String[]) instead.
    de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, Registry, ScheduledObjectOneWorkExecutor<WorklistItem>, long, Level)
    Use OneWorkWorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, ServerAvailabilityNotification, Registry, ScheduledObjectOneWorkExecutor, long, Level) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(ProcessConstants.AdeptDataType[], String[])
    Use MemoryResultSetImpl(AdeptDataType[], String[], Logger) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(String[], ProcessConstants.AdeptDataType[])
    Use MemoryResultSetImpl(String[], AdeptDataType[], Logger) instead.
    de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl(List<String>, List<ProcessConstants.AdeptDataType>)
    Use MemoryResultSetImpl(List, List, Logger) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler(Configuration, ActivityEventManager, Registry)
    Use FileEventActivityHandler(Configuration, DefaultEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivitySource(Configuration, EventManager, Registry)
    Use FileEventActivitySource(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource(Configuration, EventManager, Registry)
    Use FileEventSource(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler(Configuration, EventManager, Registry)
    Use FileMarkHandler(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler(Configuration, ActivityEventManager, Registry)
    Use MailEventActivityHandler(Configuration, DefaultEventManager, Registry) instead.
    de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler(Configuration, EventManager, Registry)
    Use MailFlagHandler(Configuration, AbstractEventManager, Registry) instead.
    de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement(EntityType, String, DataType, int, String, String, boolean, boolean)
    Use MetaDataElement(EntityType, String, DataType, int, boolean, Map, Collection) instead.
    de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator(ManagedResultSet, long)
    Use ResultSetRemoteIterator(ManagedResultSet, long, long, Logger, String...) instead.
    de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator(ManagedResultSet, long, String[])
    Use ResultSetRemoteIterator(ManagedResultSet, long, long, Logger, String...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, long)
    Use FileUDT(String, String, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, String, long)
    Use FileUDT(String, String, String, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(byte[], String, String, MediaType, long)
    Use FileUDT(String, String, MediaType, byte[]) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(UDTValue)
    Use FileUDT(UDTValue, boolean...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(File)
    Use FileUDT(File, boolean...) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(File, String)
    Use FileUDT(String, File) instead.
    de.aristaflow.adept2.extensions.datatypes.FileUDT(InputStream)
    Use FileUDT(InputStream, boolean...) instead.
    de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long)
    Use AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator(boolean, long, long)
    Use AbstractTimeTrackingRemoteIterator(boolean, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.CachingRemoteIterator(RemoteIterator<List<T>>)
    Use CachingRemoteIterator(RemoteIterator, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.EmptyRemoteIterator()
    Use EmptyRemoteIterator(long, long) instead.
    de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator(Collection<T>)
    Use MemoryBasedCopyingRemoteIterator(Collection, long, long, Logger) instead.
    de.aristaflow.adept2.model.common.collection.TransformingRemoteIterator(RemoteIterator<List<S>>, Function<S, T>)
    Use TransformingRemoteIterator(RemoteIterator, Function, Logger) instead.
    de.aristaflow.adept2.model.common.communication.ServerInputStream(InputStream)
    Use ServerInputStream(InputStream, long, long) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, byte[])
    Use ADEPT2UDTValue(byte[], String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream)
    Use ADEPT2UDTValue(InputStream, String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream, boolean)
    Use ADEPT2UDTValue(InputStream, String) instead.
    de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue(String, InputStream, int)
    Use ADEPT2UDTValue(byte[], String) with a BoundedInputStream instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(byte[])
    Use JsonUdtValue(InputStream, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream)
    Use JsonUdtValue(InputStream, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream, boolean)
    Use JsonUdtValue(InputStream) instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(InputStream, int)
    Use JsonUdtValue(InputStream, boolean[]) with a BoundedInputStream instead.
    de.aristaflow.adept2.model.datamanagement.JsonUdtValue(JSONObject)
    Use JsonUdtValue(JSONObject, boolean[]) instead.
    de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream(UDTValue)
    Use ServerUDTInputStream(UDTValue, long, long) instead.
    de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream(InputStream, String)
    Use ServerUDTInputStream(InputStream, String, long, long) instead.
    de.aristaflow.adept2.model.mail.Email()
    Use Email(Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext()
    Use SettableDataContext(Logger) instead.
    de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext(Map<String, Serializable>, Map<String, ProcessModelParameter>, Map<String, ProcessModelParameter>)
    Use SettableDataContext(Map, Map, Map, Logger) instead.
    de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate(IncrementalWorklistUpdate)
    Use CachingIncWorklistUpdate(IncrementalWorklistUpdate, long, long, Logger) instead.
    de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response(int, String, String)
    Use Response(int, String) instead.
    de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool(ObjectLifeCycle<T, E>, ObjectWrapperLifeCycle<T, E>, PoolConfiguration, Logger)
    Use GenericObjectPool(String, ObjectLifeCycle, ObjectWrapperLifeCycle, PoolConfiguration, Logger) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory)
    Use CachedThreadPoolExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory, int, Level)
    Use CachedThreadPoolExecutor(int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use CachedThreadPoolExecutor(int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use CachedThreadPoolExecutor(int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use AbstractObjectOneWorkExecutor(boolean, int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use AbstractObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory)
    Use AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory, int, Level)
    Use AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use AbstractObjectSpecificExecutor(int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use AbstractObjectSpecificExecutor(int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor(Adept2ThreadFactory)
    Use AbstractObjectSpecificExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor(Adept2ThreadFactory)
    Use AbstractPipeliningExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory)
    Use ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level)
    Use ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use ObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Adept2ThreadFactory)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator, Adept2ThreadFactory, int, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level)
    Use ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator, Adept2ThreadFactory, Level) instead.
    de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor(boolean, Adept2ThreadFactory)
    Use ScheduledObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) instead.
    de.aristaflow.adept2.util.threading.executor.UnlimitedPipelineExecutor(Adept2ThreadFactory)
    Use UnlimitedPipelineExecutor(int, Adept2ThreadFactory) instead.
    de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService(LogManager, ServiceMetaData, Configuration)
    Use ExecutionLogManagerWebService(LogManager, ServiceMetaData, Configuration, Configuration) instead.
  • Deprecated Enum Constants
    Enum Constant
    Description
    de.aristaflow.adept2.base.dbaccess.DatabaseName.CACHE
    Use DatabaseName.IRIS instead.
    de.aristaflow.adept2.base.dbaccess.DatabaseName.DERBY
    Switch to DatabaseName.H2 or another DBMS instead.