Class ProfilingConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProfilingConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ProfilingConfigurationType extends Object implements Serializable, Cloneable, Containerable
A configuration for profiling features of midPoint.Java class for ProfilingConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilingConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="requestFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="performanceStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dumpInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="model" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="repository" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="provisioning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ucf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="synchronizationService" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="taskManager" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="workflow" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_DUMP_INTERVAL
static ItemName
F_ENABLED
static ItemName
F_MODEL
static ItemName
F_PERFORMANCE_STATISTICS
static ItemName
F_PROVISIONING
static ItemName
F_REPOSITORY
static ItemName
F_REQUEST_FILTER
static ItemName
F_SYNCHRONIZATION_SERVICE
static ItemName
F_TASK_MANAGER
static ItemName
F_UCF
static ItemName
F_WORKFLOW
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProfilingConfigurationType()
ProfilingConfigurationType(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_ENABLED
public static final ItemName F_ENABLED
-
F_REQUEST_FILTER
public static final ItemName F_REQUEST_FILTER
-
F_PERFORMANCE_STATISTICS
public static final ItemName F_PERFORMANCE_STATISTICS
-
F_DUMP_INTERVAL
public static final ItemName F_DUMP_INTERVAL
-
F_MODEL
public static final ItemName F_MODEL
-
F_REPOSITORY
public static final ItemName F_REPOSITORY
-
F_PROVISIONING
public static final ItemName F_PROVISIONING
-
F_UCF
public static final ItemName F_UCF
-
F_SYNCHRONIZATION_SERVICE
public static final ItemName F_SYNCHRONIZATION_SERVICE
-
F_TASK_MANAGER
public static final ItemName F_TASK_MANAGER
-
F_WORKFLOW
public static final ItemName F_WORKFLOW
-
-
Constructor Detail
-
ProfilingConfigurationType
public ProfilingConfigurationType()
-
ProfilingConfigurationType
public ProfilingConfigurationType(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()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean value)
-
isRequestFilter
public Boolean isRequestFilter()
-
setRequestFilter
public void setRequestFilter(Boolean value)
-
isPerformanceStatistics
public Boolean isPerformanceStatistics()
-
setPerformanceStatistics
public void setPerformanceStatistics(Boolean value)
-
getDumpInterval
public Integer getDumpInterval()
-
setDumpInterval
public void setDumpInterval(Integer value)
-
isModel
public Boolean isModel()
-
setModel
public void setModel(Boolean value)
-
isRepository
public Boolean isRepository()
-
setRepository
public void setRepository(Boolean value)
-
isProvisioning
public Boolean isProvisioning()
-
setProvisioning
public void setProvisioning(Boolean value)
-
isUcf
public Boolean isUcf()
-
setUcf
public void setUcf(Boolean value)
-
isSynchronizationService
public Boolean isSynchronizationService()
-
setSynchronizationService
public void setSynchronizationService(Boolean value)
-
isTaskManager
public Boolean isTaskManager()
-
setTaskManager
public void setTaskManager(Boolean value)
-
isWorkflow
public Boolean isWorkflow()
-
setWorkflow
public void setWorkflow(Boolean value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
enabled
public ProfilingConfigurationType enabled(boolean value)
-
requestFilter
public ProfilingConfigurationType requestFilter(Boolean value)
-
performanceStatistics
public ProfilingConfigurationType performanceStatistics(Boolean value)
-
dumpInterval
public ProfilingConfigurationType dumpInterval(Integer value)
-
model
public ProfilingConfigurationType model(Boolean value)
-
repository
public ProfilingConfigurationType repository(Boolean value)
-
provisioning
public ProfilingConfigurationType provisioning(Boolean value)
-
ucf
public ProfilingConfigurationType ucf(Boolean value)
-
synchronizationService
public ProfilingConfigurationType synchronizationService(Boolean value)
-
taskManager
public ProfilingConfigurationType taskManager(Boolean value)
-
workflow
public ProfilingConfigurationType workflow(Boolean value)
-
id
public ProfilingConfigurationType id(Long value)
-
clone
public ProfilingConfigurationType clone()
-
-