Package org.keycloak.models.workflow
Class WorkflowStateEntity
java.lang.Object
org.keycloak.models.workflow.WorkflowStateEntity
Represents the state of a resource within a time-based workflow.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
void
setResourceId
(String resourceId) void
setResourceType
(String resourceType) void
setScheduledStepId
(String scheduledStepId) void
setScheduledStepTimestamp
(long scheduledStepTimestamp) void
setWorkflowId
(String workflowId) void
setWorkflowProviderId
(String workflowProviderId)
-
Constructor Details
-
WorkflowStateEntity
public WorkflowStateEntity()
-
-
Method Details
-
getResourceId
-
setResourceId
-
getWorkflowId
-
setWorkflowId
-
getWorkflowProviderId
-
setWorkflowProviderId
-
getResourceType
-
setResourceType
-
getScheduledStepId
-
setScheduledStepId
-
getScheduledStepTimestamp
public long getScheduledStepTimestamp() -
setScheduledStepTimestamp
public void setScheduledStepTimestamp(long scheduledStepTimestamp) -
equals
-
hashCode
public int hashCode()
-