public interface CaseInstance
Modifier and Type | Method and Description |
---|---|
String |
getCaseDefinitionId()
Returns case definition id
|
String |
getCaseDescription()
Returns case description
|
CaseFileInstance |
getCaseFile()
Returns case file associated with this case.
|
String |
getCaseId()
Returns case identifier of this case.
|
Collection<CaseMilestoneInstance> |
getCaseMilestones()
Returns available case milestones for this case.
|
Collection<CaseRoleInstance> |
getCaseRoles()
Returns case roles for this case.
|
Collection<CaseStageInstance> |
getCaseStages()
Returns available case stages in this case.
|
Date |
getCompletedAt()
Returns completion date of this case
|
String |
getCompletionMessage()
Returns completion message (if any) of this case
|
String |
getDeploymentId()
Returns deployment id
|
String |
getOwner()
Returns owner of the case - usually one who started the case
|
Integer |
getSlaCompliance()
Returns up to date SLA compliance level for case instance
|
Date |
getSlaDueDate()
Returns SLA due date if any is set on case instance
|
Date |
getStartedAt()
Returns start date of this case
|
Integer |
getStatus()
Returns status of the case
|
String getCaseId()
String getCaseDescription()
String getOwner()
Collection<CaseStageInstance> getCaseStages()
Collection<CaseMilestoneInstance> getCaseMilestones()
Collection<CaseRoleInstance> getCaseRoles()
CaseFileInstance getCaseFile()
Note: getCaseFile()
will always be empty.
Refer to using CaseService.getCaseFileInstance(String)
when access to case file information is needed.
Integer getStatus()
String getCaseDefinitionId()
String getDeploymentId()
Date getStartedAt()
Date getCompletedAt()
String getCompletionMessage()
Date getSlaDueDate()
Integer getSlaCompliance()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.