Package com.evolveum.midpoint.cases.api
Interface CaseEngineOperation
-
- All Superinterfaces:
DebugDumpable
public interface CaseEngineOperation extends DebugDumpable
TODO
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeCaseInRepository(OperationResult result)
@NotNull CaseType
getCurrentCase()
int
getCurrentStageNumber()
@NotNull MidPointPrincipal
getPrincipal()
@NotNull Task
getTask()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getCurrentCase
@NotNull @NotNull CaseType getCurrentCase()
-
getTask
@NotNull @NotNull Task getTask()
-
getCurrentStageNumber
int getCurrentStageNumber()
-
getPrincipal
@NotNull @NotNull MidPointPrincipal getPrincipal()
-
closeCaseInRepository
void closeCaseInRepository(OperationResult result) throws ObjectNotFoundException
- Throws:
ObjectNotFoundException
-
-