Class ProcessInstanceDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<ProcessInstanceDto>
-
- com.evolveum.midpoint.web.page.admin.workflow.dto.ProcessInstanceDto
-
- All Implemented Interfaces:
Serializable
public class ProcessInstanceDto extends Selectable<ProcessInstanceDto>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_END_FORMATTEDstatic StringF_NAMEstatic StringF_OBJECT_NAMEstatic StringF_STAGEstatic StringF_START_FORMATTEDstatic StringF_TARGET_NAME-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceDto(@NotNull CaseType aCase, String dateTimeStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ApprovalContextTypegetApprovalContext()StringgetEndFormatted()XMLGregorianCalendargetEndTimestamp()StringgetName()StringgetObjectName()ObjectReferenceTypegetObjectRef()QNamegetObjectType()StringgetOutcome()StringgetProcessInstanceId()StringgetStage()StringgetStartFormatted()XMLGregorianCalendargetStartTimestamp()StringgetTargetName()ObjectReferenceTypegetTargetRef()QNamegetTargetType()StringgetTaskOid()-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
-
-
-
Field Detail
-
F_OBJECT_NAME
public static final String F_OBJECT_NAME
- See Also:
- Constant Field Values
-
F_TARGET_NAME
public static final String F_TARGET_NAME
- See Also:
- Constant Field Values
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_START_FORMATTED
public static final String F_START_FORMATTED
- See Also:
- Constant Field Values
-
F_END_FORMATTED
public static final String F_END_FORMATTED
- See Also:
- Constant Field Values
-
F_STAGE
public static final String F_STAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStartTimestamp
public XMLGregorianCalendar getStartTimestamp()
-
getEndTimestamp
public XMLGregorianCalendar getEndTimestamp()
-
getStartFormatted
public String getStartFormatted()
-
getEndFormatted
public String getEndFormatted()
-
getApprovalContext
@NotNull public @NotNull ApprovalContextType getApprovalContext()
-
getName
public String getName()
-
getOutcome
public String getOutcome()
-
getObjectName
public String getObjectName()
-
getObjectRef
public ObjectReferenceType getObjectRef()
-
getTargetRef
public ObjectReferenceType getTargetRef()
-
getObjectType
public QName getObjectType()
-
getTargetType
public QName getTargetType()
-
getTargetName
public String getTargetName()
-
getStage
public String getStage()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getTaskOid
public String getTaskOid()
-
-