Uses of Interface
de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
Packages that use ActivityModelFactory Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.core.client de.aristaflow.adept2.model -
-
Uses of ActivityModelFactory in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository with parameters of type ActivityModelFactory Modifier and Type Method Description static void
CopyPasteTools. deepCopyECD(SessionToken session, ActivityRepository rep, ActivityModelFactory amf, String oldName, 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, String ecName, String oldName, 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. -
Uses of ActivityModelFactory in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ActivityModelFactory Modifier and Type Method Description ActivityModelFactory
ActivityManagerService. getActivityModelFactory()
CL_ARCH client service documentationActivityModelFactory
ADEPT2ClientService. getActivityModelFactory()
Deprecated.CL_ARCH client service documentationActivityModelFactory
MultiplexingClientService. getActivityModelFactory()
-
Uses of ActivityModelFactory in de.aristaflow.adept2.model
Methods in de.aristaflow.adept2.model that return ActivityModelFactory Modifier and Type Method Description ActivityModelFactory
ModelFactoryRegistry. getActivityModelFactory(String usingInstance)
Gets the instance of the activity model factory configured for the designated component instance.
-