Class SimpleCaseSchemaType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimpleCaseSchemaType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SimpleCaseSchemaType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Simple schema describing how work items for a case should be created. Used for manual provisioning and correlation cases. TEMPORARY.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ASSIGNEE_REF
static ItemName
F_DEFAULT_ASSIGNEE_NAME
static ItemName
F_DURATION
static Producer<SimpleCaseSchemaType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SimpleCaseSchemaType()
SimpleCaseSchemaType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleCaseSchemaType
assigneeRef(ObjectReferenceType value)
SimpleCaseSchemaType
assigneeRef(String oid, QName type)
SimpleCaseSchemaType
assigneeRef(String oid, QName type, QName relation)
ObjectReferenceType
beginAssigneeRef()
SimpleCaseSchemaType
clone()
SimpleCaseSchemaType
defaultAssigneeName(String value)
SimpleCaseSchemaType
duration(Duration value)
<X> X
end()
boolean
equals(Object other)
List<ObjectReferenceType>
getAssigneeRef()
String
getDefaultAssigneeName()
Duration
getDuration()
SimpleCaseSchemaType
id(Long value)
void
setDefaultAssigneeName(String value)
void
setDuration(Duration value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ASSIGNEE_REF
public static final ItemName F_ASSIGNEE_REF
-
F_DEFAULT_ASSIGNEE_NAME
public static final ItemName F_DEFAULT_ASSIGNEE_NAME
-
F_DURATION
public static final ItemName F_DURATION
-
FACTORY
public static final Producer<SimpleCaseSchemaType> FACTORY
-
-
Constructor Detail
-
SimpleCaseSchemaType
public SimpleCaseSchemaType()
-
SimpleCaseSchemaType
@Deprecated public SimpleCaseSchemaType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getAssigneeRef
public List<ObjectReferenceType> getAssigneeRef()
-
getDefaultAssigneeName
public String getDefaultAssigneeName()
-
setDefaultAssigneeName
public void setDefaultAssigneeName(String value)
-
getDuration
public Duration getDuration()
-
setDuration
public void setDuration(Duration value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public SimpleCaseSchemaType id(Long value)
-
assigneeRef
public SimpleCaseSchemaType assigneeRef(ObjectReferenceType value)
-
assigneeRef
public SimpleCaseSchemaType assigneeRef(String oid, QName type)
-
assigneeRef
public SimpleCaseSchemaType assigneeRef(String oid, QName type, QName relation)
-
beginAssigneeRef
public ObjectReferenceType beginAssigneeRef()
-
defaultAssigneeName
public SimpleCaseSchemaType defaultAssigneeName(String value)
-
duration
public SimpleCaseSchemaType duration(Duration value)
-
end
public <X> X end()
-
clone
public SimpleCaseSchemaType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-