Uses of Class
org.jbpm.designer.repository.Asset.AssetType
-
Packages that use Asset.AssetType Package Description org.jbpm.designer.repository -
-
Uses of Asset.AssetType in org.jbpm.designer.repository
Methods in org.jbpm.designer.repository that return Asset.AssetType Modifier and Type Method Description static Asset.AssetType
Asset.AssetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Asset.AssetType[]
Asset.AssetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.designer.repository with parameters of type Asset.AssetType Modifier and Type Method Description static AssetBuilder
AssetBuilderFactory. getAssetBuilder(Asset.AssetType type)
-