Uses of Interface
de.aristaflow.adept2.model.activitymodel.ECDReference
-
Packages that use ECDReference Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of ECDReference in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ECDReference Modifier and Type Method Description ECDReference
ExecutableComponentDescriptionManager. 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 ECDReference Modifier and Type Method Description Collection<ECDReference>
ExecutableComponentDescriptionManager. 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.RemoteIterator<List<ECDReference>>
ExecutableComponentDescriptionManager. getDevelopmentECDReferencesIterator(SessionToken session, long branch)
The same asExecutableComponentDescriptionManager.getDevelopmentECDReferences(SessionToken, long)
but with partial retrieval of the references.List<ECDReference>
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.RemoteIterator<List<ECDReference>>
ExecutableComponentDescriptionManager. getECDReferenceRevisionsIterator(SessionToken session, String ecName)
The same asExecutableComponentDescriptionManager.getECDReferenceRevisions(SessionToken, String)
but with partial retrieval of the references.Collection<ECDReference>
ExecutableComponentDescriptionManager. getECDReferencesRevision(SessionToken session, long revision)
Gets lightweight objects representing all executable component descriptions of the designated revision known by this manager.RemoteIterator<List<ECDReference>>
ExecutableComponentDescriptionManager. getECDReferencesRevisionIterator(SessionToken session, long revision)
The same asExecutableComponentDescriptionManager.getECDReferencesRevision(SessionToken, long)
but with partial retrieval of the references.Collection<ECDReference>
ExecutableComponentDescriptionManager. getLatestECDReferences(SessionToken session, boolean productionOnly)
Gets lightweight objects representing the latest revisions (IN_PRODUCTION
and/orOUTDATED
) of all executable component descriptions known by this manager.RemoteIterator<List<ECDReference>>
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 ECDReference Modifier and Type Method Description ECDReference
ActivityModelFactory. createECDReference(String name, String developerDescription, long revision, State state, UUID iconID, PluginDataContainer pluginData, Map<String,String> userAttributes)
-