Interface DeploymentResource
-
public interface DeploymentResourceRepresents a single deployment resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]getResource()StringgetResourceName()ResourceTypegetResourceType()Deprecated.As of release 1.0, YAML support was removed and BPMN is the only supported resource type.
-
-
-
Method Detail
-
getResource
byte[] getResource()
- Returns:
- the resource contents
-
getResourceType
@Deprecated ResourceType getResourceType()
Deprecated.As of release 1.0, YAML support was removed and BPMN is the only supported resource type. The method was kept to not break exporters relying on this method, e.g. hazelcast, elastic (operate).- Returns:
- the type of the resource
-
getResourceName
String getResourceName()
- Returns:
- the name of the resource
-
-