Class DeployedUnitImpl

  • All Implemented Interfaces:
    org.jbpm.services.api.model.DeployedUnit

    public class DeployedUnitImpl
    extends Object
    implements org.jbpm.services.api.model.DeployedUnit
    • Constructor Detail

      • DeployedUnitImpl

        public DeployedUnitImpl​(org.jbpm.services.api.model.DeploymentUnit unit)
    • Method Detail

      • getDeploymentUnit

        public org.jbpm.services.api.model.DeploymentUnit getDeploymentUnit()
        Specified by:
        getDeploymentUnit in interface org.jbpm.services.api.model.DeployedUnit
      • getDeployedAssetLocation

        public String getDeployedAssetLocation​(String assetId)
        Specified by:
        getDeployedAssetLocation in interface org.jbpm.services.api.model.DeployedUnit
      • getRuntimeManager

        public org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
        Specified by:
        getRuntimeManager in interface org.jbpm.services.api.model.DeployedUnit
      • addClass

        public void addClass​(Class<?> kModuleClass)
      • setRuntimeManager

        public void setRuntimeManager​(org.kie.api.runtime.manager.RuntimeManager manager)
      • getDeployedAssets

        public Collection<org.jbpm.services.api.model.DeployedAsset> getDeployedAssets()
        Specified by:
        getDeployedAssets in interface org.jbpm.services.api.model.DeployedUnit
      • getDeployedClasses

        public Collection<Class<?>> getDeployedClasses()
        Specified by:
        getDeployedClasses in interface org.jbpm.services.api.model.DeployedUnit
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface org.jbpm.services.api.model.DeployedUnit
      • setActive

        public void setActive​(boolean active)