Class TracingProfileType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.TracingProfileType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class TracingProfileType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Describes how the tracing is to be done.
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<TracingProfileType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
collectLogEntries
(Boolean value) compressOutput
(Boolean value) createRepoObject
(Boolean value) createTraceFile
(Boolean value) displayName
(String value) <X> X
end()
boolean
fileNamePattern
(String value) getName()
getRef()
hideDeploymentInformation
(Boolean value) measureCpuTime
(Boolean value) objectNamePattern
(String value) recordObjectsFound
(Integer value) void
setCollectLogEntries
(Boolean value) void
setCompressOutput
(Boolean value) void
setCreateRepoObject
(Boolean value) void
setCreateTraceFile
(Boolean value) void
setDefault
(Boolean value) void
setDisplayName
(String value) void
setFileNamePattern
(String value) void
void
void
setMeasureCpuTime
(Boolean value) void
void
setObjectNamePattern
(String value) void
void
setRecordObjectsFound
(Integer value) void
setVisible
(Boolean 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 Details
-
COMPLEX_TYPE
-
F_NAME
-
F_DISPLAY_NAME
-
F_VISIBLE
-
F_DEFAULT
-
F_REF
-
F_FILE_NAME_PATTERN
-
F_OBJECT_NAME_PATTERN
-
F_CREATE_TRACE_FILE
-
F_CREATE_REPO_OBJECT
-
F_COMPRESS_OUTPUT
-
F_HIDE_DEPLOYMENT_INFORMATION
-
F_MEASURE_CPU_TIME
-
F_OPERATION_MONITORING
-
F_COLLECT_LOG_ENTRIES
-
F_LOGGING_OVERRIDE
-
F_RECORD_OBJECTS_FOUND
-
F_RECORD_OBJECT_REFERENCES_FOUND
-
F_TRACING_TYPE_PROFILE
-
FACTORY
-
-
Constructor Details
-
TracingProfileType
public TracingProfileType() -
TracingProfileType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
isVisible
-
getVisible
-
setVisible
-
isDefault
-
getDefault
-
setDefault
-
getRef
-
getFileNamePattern
-
setFileNamePattern
-
getObjectNamePattern
-
setObjectNamePattern
-
isCreateTraceFile
-
getCreateTraceFile
-
setCreateTraceFile
-
isCreateRepoObject
-
getCreateRepoObject
-
setCreateRepoObject
-
isCompressOutput
-
getCompressOutput
-
setCompressOutput
-
isHideDeploymentInformation
-
getHideDeploymentInformation
-
setHideDeploymentInformation
-
isMeasureCpuTime
-
getMeasureCpuTime
-
setMeasureCpuTime
-
getOperationMonitoring
-
createOperationMonitoringList
-
isCollectLogEntries
-
getCollectLogEntries
-
setCollectLogEntries
-
getLoggingOverride
-
setLoggingOverride
-
getRecordObjectsFound
-
setRecordObjectsFound
-
getRecordObjectReferencesFound
-
setRecordObjectReferencesFound
-
getTracingTypeProfile
-
createTracingTypeProfileList
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
name
-
displayName
-
visible
-
_default
-
ref
-
fileNamePattern
-
objectNamePattern
-
createTraceFile
-
createRepoObject
-
compressOutput
-
hideDeploymentInformation
-
measureCpuTime
-
operationMonitoring
-
beginOperationMonitoring
-
collectLogEntries
-
loggingOverride
-
beginLoggingOverride
-
recordObjectsFound
-
recordObjectReferencesFound
-
tracingTypeProfile
-
beginTracingTypeProfile
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-