Uses of Interface
de.aristaflow.adept2.model.activitymodel.CSReference
Packages that use CSReference
Package
Description
TODO This is completely outdated.
-
Uses of CSReference in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return CSReferenceModifier and TypeMethodDescriptionConfigurationSetManager.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 CSReferenceModifier and TypeMethodDescriptionConfigurationSetManager.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.ConfigurationSetManager.getCSReferenceRevisionsIterator(SessionToken session, String csName) The same asConfigurationSetManager.getCSReferenceRevisions(SessionToken, String)but with partial retrieval of the references.ConfigurationSetManager.getCSReferencesRevision(SessionToken session, long revision) Gets lightweight objects representing all configuration sets of the designated revision known by this manager.ConfigurationSetManager.getCSReferencesRevisionIterator(SessionToken session, long revision) The same asConfigurationSetManager.getCSReferencesRevision(SessionToken, long)but with partial retrieval of the references.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.ConfigurationSetManager.getDevelopmentCSReferencesIterator(SessionToken session, long branch) The same asConfigurationSetManager.getCSRevision(SessionToken, String, long)but with partial retrieval of the references.ConfigurationSetManager.getLatestCSReferences(SessionToken session, boolean productionOnly) Gets lightweight objects representing the latest revisions (IN_PRODUCTIONand/orOUTDATED) of all configuration sets known by this manager.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 CSReferenceModifier and TypeMethodDescriptionActivityModelFactory.createCSReference(String name, String description, long revision, State state, Map<String, Collection<String>> operationNames, PluginDataContainer pluginData, Map<String, String> userAttributes)