Uses of Interface
de.aristaflow.adept2.model.activitymodel.ECDReference
Packages that use ECDReference
Package
Description
TODO This is completely outdated.
-
Uses of ECDReference in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ECDReferenceModifier and TypeMethodDescriptionExecutableComponentDescriptionManager.getLatestECDReference(SessionToken session, String ecName) Gets a lightweight object representing the latest revision of the designated executable component description.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type ECDReferenceModifier and TypeMethodDescriptionExecutableComponentDescriptionManager.getDevelopmentECDReferences(SessionToken session, long branch) Gets lightweight objects representing the development versions of all executable component descriptions in the designated branch known by this manager.ExecutableComponentDescriptionManager.getDevelopmentECDReferencesIterator(SessionToken session, long branch) The same asExecutableComponentDescriptionManager.getDevelopmentECDReferences(SessionToken, long)but with partial retrieval of the references.ExecutableComponentDescriptionManager.getECDReferenceRevisions(SessionToken session, String ecName) Gets lightweight objects representing all revisions of the designated executable component description or an empty list in case there are no revisions yet.ExecutableComponentDescriptionManager.getECDReferenceRevisionsIterator(SessionToken session, String ecName) The same asExecutableComponentDescriptionManager.getECDReferenceRevisions(SessionToken, String)but with partial retrieval of the references.ExecutableComponentDescriptionManager.getECDReferencesRevision(SessionToken session, long revision) Gets lightweight objects representing all executable component descriptions of the designated revision known by this manager.ExecutableComponentDescriptionManager.getECDReferencesRevisionIterator(SessionToken session, long revision) The same asExecutableComponentDescriptionManager.getECDReferencesRevision(SessionToken, long)but with partial retrieval of the references.ExecutableComponentDescriptionManager.getLatestECDReferences(SessionToken session, boolean productionOnly) Gets lightweight objects representing the latest revisions (IN_PRODUCTIONand/orOUTDATED) of all executable component descriptions known by this manager.ExecutableComponentDescriptionManager.getLatestECDReferencesIterator(SessionToken session, boolean productionOnly) The same asExecutableComponentDescriptionManager.getLatestECDReferences(SessionToken, boolean)but with partial retrieval of the references. -
Uses of ECDReference in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ECDReferenceModifier and TypeMethodDescriptionActivityModelFactory.createECDReference(String name, String developerDescription, long revision, State state, UUID iconID, PluginDataContainer pluginData, Map<String, String> userAttributes)