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