| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.model |
| Modifier and Type | Method and Description |
|---|---|
static void |
CopyPasteTools.deepCopyECD(SessionToken session,
ActivityRepository rep,
ActivityModelFactory amf,
java.lang.String oldName,
java.lang.String newName,
long branch)
This tool method will search the activity repository for the child
operations of the executable component description (ECD) with the previous
name and copy them to the ECD with the new name.
|
static void |
CopyPasteTools.deepCopyOperation(SessionToken session,
ActivityRepository rep,
ActivityModelFactory amf,
java.lang.String ecName,
java.lang.String oldName,
java.lang.String newName,
long branch)
This tool method will search the activity repository for the child
activity template definitions (ATD) of the operation with the previous
name and copy them to the operation with the new name.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityModelFactory |
ADEPT2ClientService.getActivityModelFactory()
Deprecated.
CL_ARCH client service documentation
|
ActivityModelFactory |
ActivityManagerService.getActivityModelFactory()
CL_ARCH client service documentation
|
ActivityModelFactory |
MultiplexingClientService.getActivityModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
ActivityModelFactory |
ModelFactoryRegistry.getActivityModelFactory(java.lang.String instanceName)
Gets the instance of the activity model factory configured for the
designated component instance.
|