Uses of Class
io.zeebe.protocol.record.value.deployment.ResourceType
-
Packages that use ResourceType Package Description io.zeebe.protocol.record.value.deployment -
-
Uses of ResourceType in io.zeebe.protocol.record.value.deployment
Methods in io.zeebe.protocol.record.value.deployment that return ResourceType Modifier and Type Method Description ResourceTypeDeploymentResource. getResourceType()Deprecated.As of release 1.0, YAML support was removed and BPMN is the only supported resource type.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-