Interface AdministrationService

    • Method Detail

      • getProcessModelFactory

        ProcessModelFactory getProcessModelFactory()
        CL_ARCH client service documentation
        Returns:
        The process model factory for this client
      • getInstanceControl

        InstanceControl getInstanceControl()
        Gets the interface for controlling an instance.
        This is a convenience method for getExecutionManager().getInstanceControl(). It may only be called when online.
        Returns:
        An interface allowing to control the execution of an instance.
        See Also:
        ExecutionManager.getInstanceControl()
      • getUpdateManager

        UpdateManager getUpdateManager()
        Gets the update manager which informs about changes in process objects. This is only an intermediate solution. For now, only a local update manager will be returned since there is no server-side update manager.
        Returns:
        The (local) update manager for this client.
      • getProcessManager

        ProcessManager getProcessManager()
        CL_ARCH client service documentation
        Returns:
        The process manager for this client
      • getOrgModelManager

        OrgModelManager getOrgModelManager()
        CL_ARCH client service documentation
        Returns:
        The org model manager for this client
      • getProcessManager

        ProcessManager getProcessManager​(UUID instanceID)
        CL_ARCH client service documentation
        Returns:
        The process manager for this client
      • getResourceModelFactory

        de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory getResourceModelFactory()
      • getResModelManager

        de.aristaflow.adept2.core.resmodelmanager.ResModelManager getResModelManager()