| Modifier and Type | Field and Description |
|---|---|
protected SerialisablePair<java.lang.String,java.lang.String> |
LocalServiceRegistry.release
The release of the bootstrap registry.
|
protected SerialisablePair<java.lang.String,java.lang.String> |
RegistryWrapper.release
The release of the bootstrap registry.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.lang.String,java.lang.String> |
RegistryWrapper.getRelease() |
| Constructor and Description |
|---|
LocalServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
RegistryWrapper(java.lang.String clusterName,
java.lang.String nodeName,
SerialisablePair<java.lang.String,java.lang.String> release,
java.lang.String hierInstName,
boolean earlyService,
LocalServiceRegistry registry,
InstanceToInstanceRegistry modelFactoryRegistry,
ModelViewerProvider modelViewerProvider)
Creates a new wrapper for wrapping a service registry and the name of a
component/service instance.
|
ServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.math.BigInteger,java.math.BigInteger> |
SecurityManager.getGlobalPublicKeySpec()
Gets the components (modulus and exponent) of the public RSA key of the global security manager
which allows to verify instances of
SessionFactory retrieved from the global
security manager. |
SerialisablePair<java.math.BigInteger,java.math.BigInteger> |
SecurityManager.getLocalPublicKeySpec()
Gets the components (modulus and exponent) of the public RSA key of the local security manager
which allows to verify the integrity of security critical methods called by the local security
manager.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.lang.String,java.lang.String> |
ADEPT2Service.getRelease()
Gets the release of this service, that is, the build version and the build date.
|
SerialisablePair<java.lang.String,java.lang.String> |
AbstractADEPT2Service.getRelease() |
SerialisablePair<java.lang.String,java.lang.String> |
Registry.getRelease()
Gets the release of the bootstrap registry, that is, the build version and the build date.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.util.Collection<java.util.UUID>,java.util.Map<java.util.UUID,java.util.UUID>> |
ExecutionManager.archiveTemplate(SessionToken session,
java.util.UUID templateID)
Archives the designated template which removes the template and the
instance data completely from the underlying services which includes the
TemplateManager, the
InstanceManager, the
DataManager and the
ExecutionHistory. |
SerialisablePair<java.lang.Boolean,ProcessConstants.InstanceExecutionStatus> |
InstanceControl.checkForAndFixInconsistencies(SessionToken session,
java.util.UUID instId)
Checks the designated instance for inconsistencies and tries to fix them.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.lang.Boolean,java.lang.Boolean> |
ModelExplorer.entityExistsEnabled(SessionToken session,
EntityType entType,
long id)
Returns whether the entity with the given type and id exists and whether it is enabled.
|
SerialisablePair<java.lang.String,java.lang.String> |
AttributeMetaData.MetaDataElement.getMappedTo()
Gets the name of the org model extension and the name of the attribute to
which this attribute is mapped to.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.util.Collection<java.util.UUID>,java.util.Map<java.util.UUID,java.util.UUID>> |
TemplateManager.archiveTemplate(SessionToken session,
java.util.UUID templateID)
Archives the designated template, which removes:
the template itself,
modified templates based on this template,
its embedded templates,
all corresponding template statuses,
all of its instances (including the ones from the modified and embedded
templates based on the designated template,
all corresponding instance statuses,
This also
archives all corresponding instances. |
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<java.util.List<SerialisablePair<java.util.UUID,java.util.UUID>>> |
InstanceManager.findInstanceIDsOfIterator(SessionToken session,
java.util.UUID[] templateIDs,
boolean recursively,
Filter instanceFilter,
Filter instanceStatusFilter)
Similar to
InstanceManager.findInstanceIDsOf(SessionToken, UUID[], boolean, Filter, Filter)
but with partial retrieval of the instance IDs and therefore no grouping by
template ID. |
RemoteIterator<java.util.List<SerialisablePair<java.util.UUID,java.util.UUID>>> |
InstanceManager.getAllInstanceIDsOfIterator(SessionToken session,
java.util.UUID[] templateIDs,
boolean recursively)
Similar to
InstanceManager.getAllInstanceIDsOf(SessionToken, UUID[], boolean) but
with partial retrieval of the instance IDs and therefore no grouping by
template ID. |
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.lang.String,java.lang.String> |
InitialisedInjectedService.getRelease()
If this service has not been initialised by the platform yet, the release will be unknown.
|
SerialisablePair<java.lang.String,java.lang.String> |
InjectedADEPT2Service.getRelease() |
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<java.util.List<SerialisablePair<EBPInstanceReference,ActivityState>>> |
ExecutionControlManager.getActivitiesIterator(SessionToken session,
ActivityState.State[] states)
The same as
#getActivities(SessionToken, State[]) but with
partial retrieval of the activities and their state. |
RemoteIterator<java.util.List<SerialisablePair<EBPInstanceReference,ActivityState>>> |
ExecutionControlManager.getAllActivitiesIterator(SessionToken session,
ActivityState.State[] states)
The same as
#getAllActivities(SessionToken, State[]) but with partial retrieval of the
activities and their state. |
| Modifier and Type | Method and Description |
|---|---|
SerialisablePair<java.lang.String,java.lang.String> |
AristaFlowHTTPService.getRelease()
This service is started outside of the platform and therefore does not support the methods of
ADEPT2Service. |
| Modifier and Type | Method and Description |
|---|---|
static SerialisablePair<java.lang.String,java.lang.String> |
Version.getParsedVersionInformation(java.lang.Class<?> cls)
Gets the version information from the version file that is part of the class bundle containing
the designated class and parses the information.
|