Uses of Interface
de.aristaflow.adept2.model.activitymodel.Identifier
Packages that use Identifier
Package
Description
TODO This is completely outdated.
-
Uses of Identifier in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return IdentifierModifier and TypeMethodDescriptionIdentifierManager.getDevelopmentIdentifier(SessionToken session, UUID identifierID, long branch) Gets the development version of the designated identifier in the designated branch.IdentifierManager.getIdentifierRevision(SessionToken session, UUID identifierID, long revision) Gets the designated revision of the designated identifier.IdentifierManager.getLatestIdentifier(SessionToken session, UUID identifierID) Gets the latest revision of the designated identifier.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type IdentifierModifier and TypeMethodDescriptionIdentifierManager.getDevelopmentIdentifiers(SessionToken session, long branch) Gets the development versions of all identifiers in the designated branch known by this manager.IdentifierManager.getDevelopmentIdentifiersIterator(SessionToken session, long branch) The same asIdentifierManager.getDevelopmentIdentifiers(SessionToken, long)but with partial retrieval of the identifiers.IdentifierManager.getIdentifierRevisions(SessionToken session, UUID identifierID) Gets all revisions of the designated identifier or an empty list in case there are no revisions yet.IdentifierManager.getIdentifierRevisionsIterator(SessionToken session, UUID identifierID) The same asIdentifierManager.getIdentifierRevisions(SessionToken, UUID)but with partial retrieval of the identifiers.IdentifierManager.getIdentifiersRevision(SessionToken session, long revision) Gets all identifiers the designated revision known by this manager.IdentifierManager.getIdentifiersRevisionIterator(SessionToken session, long revision) The same asIdentifierManager.getIdentifiersRevision(SessionToken, long)but with partial retrieval of the identifiers.IdentifierManager.getLatestIdentifiers(SessionToken session, boolean productionOnly) Gets the latest revisions (IN_PRODUCTIONand/orOUTDATED) of all identifiers known by this manager.IdentifierManager.getLatestIdentifiersIterator(SessionToken session, boolean productionOnly) The same asIdentifierManager.getLatestIdentifiers(SessionToken, boolean)but with partial retrieval of the identifiers.Methods in de.aristaflow.adept2.core.activityrepository with parameters of type IdentifierModifier and TypeMethodDescriptionvoidIdentifierManager.storeDevelopmentIdentifier(SessionToken session, Identifier identifier, long branch) Stores the designated identifier in the designated branch and sets itIN_DEVELOPMENTif not done yet. -
Uses of Identifier in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return IdentifierModifier and TypeMethodDescriptionActivityModelFactory.createIdentifier(UUID id, String name, String description, long revision, State state, PluginDataContainer pluginData, Map<String, String> userAttributes) Methods in de.aristaflow.adept2.model.activitymodel that return types with arguments of type IdentifierModifier and TypeMethodDescriptionActivityTemplate.getIdentifiers()Gets all identifiers of all (defined) parameters of this activity template independent from the access type of the parameters.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type IdentifierModifier and TypeMethodDescriptionstatic booleanAMTools.areEqual(Identifier id1, Identifier id2) Compares twoIdentifiers for functional equality, i.e.