Class WorkDefinitionBean.Typed
java.lang.Object
com.evolveum.midpoint.schema.util.task.work.WorkDefinitionBean
com.evolveum.midpoint.schema.util.task.work.WorkDefinitionBean.Typed
- Enclosing class:
- WorkDefinitionBean
Statically defined (usually, midPoint-provided) beans.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.util.task.work.WorkDefinitionBean
WorkDefinitionBean.Typed, WorkDefinitionBean.Untyped
-
Method Summary
Modifier and TypeMethodDescription@NotNull AbstractWorkDefinitionType
getBean()
To be used only for typed values.@NotNull QName
Returns the type name, e.g.@NotNull PrismContainerValue<?>
getValue()
toString()
-
Method Details
-
getBean
Description copied from class:WorkDefinitionBean
To be used only for typed values. Fails when called on untyped value.- Specified by:
getBean
in classWorkDefinitionBean
-
getBeanTypeName
Description copied from class:WorkDefinitionBean
Returns the type name, e.g. `c:ReconciliationWorkDefinitionType` or `ext:MyCustomDefinitionType`.- Specified by:
getBeanTypeName
in classWorkDefinitionBean
-
getValue
- Specified by:
getValue
in classWorkDefinitionBean
-
toString
-