Uses of Interface
de.aristaflow.adept2.model.activitymodel.CSReference
-
Packages that use CSReference Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of CSReference in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return CSReference Modifier and Type Method Description CSReference
ConfigurationSetManager. getLatestCSReference(SessionToken session, String csName)
Gets a lightweight object representing the latest revision of the designated configuration set.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type CSReference Modifier and Type Method Description List<CSReference>
ConfigurationSetManager. getCSReferenceRevisions(SessionToken session, String csName)
Gets lightweight objects representing all revisions of the designated configuration set, an empty list in case there are no revisions yet.RemoteIterator<List<CSReference>>
ConfigurationSetManager. getCSReferenceRevisionsIterator(SessionToken session, String csName)
The same asConfigurationSetManager.getCSReferenceRevisions(SessionToken, String)
but with partial retrieval of the references.Collection<CSReference>
ConfigurationSetManager. getCSReferencesRevision(SessionToken session, long revision)
Gets lightweight objects representing all configuration sets of the designated revision known by this manager.RemoteIterator<List<CSReference>>
ConfigurationSetManager. getCSReferencesRevisionIterator(SessionToken session, long revision)
The same asConfigurationSetManager.getCSReferencesRevision(SessionToken, long)
but with partial retrieval of the references.Collection<CSReference>
ConfigurationSetManager. getDevelopmentCSReferences(SessionToken session, long branch)
Gets lightweight objects representing the development versions of all configuration sets in the designated branch known by this manager.RemoteIterator<List<CSReference>>
ConfigurationSetManager. getDevelopmentCSReferencesIterator(SessionToken session, long branch)
The same asConfigurationSetManager.getCSRevision(SessionToken, String, long)
but with partial retrieval of the references.Collection<CSReference>
ConfigurationSetManager. getLatestCSReferences(SessionToken session, boolean productionOnly)
Gets lightweight objects representing the latest revisions (IN_PRODUCTION
and/orOUTDATED
) of all configuration sets known by this manager.RemoteIterator<List<CSReference>>
ConfigurationSetManager. getLatestCSReferencesIterator(SessionToken session, boolean productionOnly)
The same asConfigurationSetManager.getLatestCSReferences(SessionToken, boolean)
but with partial retrieval of the references. -
Uses of CSReference in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return CSReference Modifier and Type Method Description CSReference
ActivityModelFactory. createCSReference(String name, String description, long revision, State state, Map<String,Collection<String>> operationNames, PluginDataContainer pluginData, Map<String,String> userAttributes)
-