| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
CSReference |
ConfigurationSetManager.getLatestCSReference(SessionToken session,
java.lang.String csName)
Gets a lightweight object representing the latest revision of the
designated configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CSReference> |
ConfigurationSetManager.getCSReferenceRevisions(SessionToken session,
java.lang.String csName)
Gets lightweight objects representing all revisions of the designated
configuration set, an empty list in case there are no revisions yet.
|
RemoteIterator<java.util.List<CSReference>> |
ConfigurationSetManager.getCSReferenceRevisionsIterator(SessionToken session,
java.lang.String csName)
The same as
ConfigurationSetManager.getCSReferenceRevisions(SessionToken, String) but with
partial retrieval of the references. |
java.util.Collection<CSReference> |
ConfigurationSetManager.getCSReferencesRevision(SessionToken session,
long revision)
Gets lightweight objects representing all configuration sets of the
designated revision known by this manager.
|
RemoteIterator<java.util.List<CSReference>> |
ConfigurationSetManager.getCSReferencesRevisionIterator(SessionToken session,
long revision)
The same as
ConfigurationSetManager.getCSReferencesRevision(SessionToken, long) but with
partial retrieval of the references. |
java.util.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<java.util.List<CSReference>> |
ConfigurationSetManager.getDevelopmentCSReferencesIterator(SessionToken session,
long branch)
The same as
ConfigurationSetManager.getCSRevision(SessionToken, String, long) but with
partial retrieval of the references. |
java.util.Collection<CSReference> |
ConfigurationSetManager.getLatestCSReferences(SessionToken session,
boolean productionOnly)
Gets lightweight objects representing the latest revisions (
IN_PRODUCTION and/or OUTDATED) of all
configuration sets known by this manager. |
RemoteIterator<java.util.List<CSReference>> |
ConfigurationSetManager.getLatestCSReferencesIterator(SessionToken session,
boolean productionOnly)
The same as
ConfigurationSetManager.getLatestCSReferences(SessionToken, boolean) but with
partial retrieval of the references. |
| Modifier and Type | Method and Description |
|---|---|
CSReference |
ActivityModelFactory.createCSReference(java.lang.String name,
java.lang.String description,
long revision,
State state,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> operationNames,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |