Class WorkflowTriggerResource
- java.lang.Object
-
- de.xima.fc.api.rest.models.response.WorkflowTriggerResource
-
- All Implemented Interfaces:
IResource,IUuidResource,Serializable
public class WorkflowTriggerResource extends Object
Resource of aWorkflowTrigger- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowTriggerResource(WorkflowTrigger entity, Vorgang formRecord, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetBaseResourcePath(Vorgang formRecord, WorkflowTrigger trigger)StringgetDescription()Map<String,String>getLinks()StringgetName()StringgetType()UUIDgetUuid()
-
-
-
Constructor Detail
-
WorkflowTriggerResource
public WorkflowTriggerResource(WorkflowTrigger entity, Vorgang formRecord, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
-
Method Detail
-
getName
public String getName()
-
getType
public String getType()
-
getDescription
public String getDescription()
-
getBaseResourcePath
public static String getBaseResourcePath(Vorgang formRecord, WorkflowTrigger trigger)
-
getUuid
public UUID getUuid()
- Specified by:
getUuidin interfaceIUuidResource
-
-