Uses of Interface
org.jbpm.services.api.model.DeployedAsset
-
Packages that use DeployedAsset Package Description org.jbpm.kie.services.impl org.jbpm.kie.services.impl.model org.jbpm.services.api.model -
-
Uses of DeployedAsset in org.jbpm.kie.services.impl
Methods in org.jbpm.kie.services.impl that return types with arguments of type DeployedAsset Modifier and Type Method Description Collection<DeployedAsset>
DeployedUnitImpl. getDeployedAssets()
-
Uses of DeployedAsset in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement DeployedAsset Modifier and Type Class Description class
ProcessAssetDesc
-
Uses of DeployedAsset in org.jbpm.services.api.model
Subinterfaces of DeployedAsset in org.jbpm.services.api.model Modifier and Type Interface Description interface
ProcessDefinition
interface
ProcessDesc
Methods in org.jbpm.services.api.model that return types with arguments of type DeployedAsset Modifier and Type Method Description Collection<DeployedAsset>
DeployedUnit. getDeployedAssets()
Returns the deployed assets.
-