Class ResourceBusinessConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceBusinessConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ResourceBusinessConfigurationType extends Object implements Serializable, Cloneable, Containerable
Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.Java class for ResourceBusinessConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceBusinessConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="administrativeState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAdministrativeStateType" minOccurs="0"/> <element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="operatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="operatorActionMaxDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ADMINISTRATIVE_STATE
static ItemName
F_APPROVER_REF
static ItemName
F_OPERATOR_ACTION_MAX_DURATION
static ItemName
F_OPERATOR_REF
static ItemName
F_OWNER_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceBusinessConfigurationType()
ResourceBusinessConfigurationType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ADMINISTRATIVE_STATE
public static final ItemName F_ADMINISTRATIVE_STATE
-
F_APPROVER_REF
public static final ItemName F_APPROVER_REF
-
F_OWNER_REF
public static final ItemName F_OWNER_REF
-
F_OPERATOR_REF
public static final ItemName F_OPERATOR_REF
-
F_OPERATOR_ACTION_MAX_DURATION
public static final ItemName F_OPERATOR_ACTION_MAX_DURATION
-
-
Constructor Detail
-
ResourceBusinessConfigurationType
public ResourceBusinessConfigurationType()
-
ResourceBusinessConfigurationType
public ResourceBusinessConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getAdministrativeState
public ResourceAdministrativeStateType getAdministrativeState()
-
setAdministrativeState
public void setAdministrativeState(ResourceAdministrativeStateType value)
-
getApproverRef
public List<ObjectReferenceType> getApproverRef()
-
createApproverRefList
public List<ObjectReferenceType> createApproverRefList()
-
getOwnerRef
public List<ObjectReferenceType> getOwnerRef()
-
createOwnerRefList
public List<ObjectReferenceType> createOwnerRefList()
-
getOperatorRef
public List<ObjectReferenceType> getOperatorRef()
-
createOperatorRefList
public List<ObjectReferenceType> createOperatorRefList()
-
getOperatorActionMaxDuration
public Duration getOperatorActionMaxDuration()
-
setOperatorActionMaxDuration
public void setOperatorActionMaxDuration(Duration value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
administrativeState
public ResourceBusinessConfigurationType administrativeState(ResourceAdministrativeStateType value)
-
approverRef
public ResourceBusinessConfigurationType approverRef(ObjectReferenceType value)
-
approverRef
public ResourceBusinessConfigurationType approverRef(String oid, QName type)
-
approverRef
public ResourceBusinessConfigurationType approverRef(String oid, QName type, QName relation)
-
beginApproverRef
public ObjectReferenceType beginApproverRef()
-
ownerRef
public ResourceBusinessConfigurationType ownerRef(ObjectReferenceType value)
-
ownerRef
public ResourceBusinessConfigurationType ownerRef(String oid, QName type)
-
ownerRef
public ResourceBusinessConfigurationType ownerRef(String oid, QName type, QName relation)
-
beginOwnerRef
public ObjectReferenceType beginOwnerRef()
-
operatorRef
public ResourceBusinessConfigurationType operatorRef(ObjectReferenceType value)
-
operatorRef
public ResourceBusinessConfigurationType operatorRef(String oid, QName type)
-
operatorRef
public ResourceBusinessConfigurationType operatorRef(String oid, QName type, QName relation)
-
beginOperatorRef
public ObjectReferenceType beginOperatorRef()
-
operatorActionMaxDuration
public ResourceBusinessConfigurationType operatorActionMaxDuration(Duration value)
-
id
public ResourceBusinessConfigurationType id(Long value)
-
clone
public ResourceBusinessConfigurationType clone()
-
-