Class RepositoryGetVersionTraceType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RepositoryOperationTraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RepositoryGetVersionTraceType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class RepositoryGetVersionTraceType extends RepositoryOperationTraceType
Trace for repository getVersion operation.- 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_OBJECT_TYPE
static ItemName
F_OID
static ItemName
F_OPTIONS
static ItemName
F_VERSION
static Producer<RepositoryGetVersionTraceType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.RepositoryOperationTraceType
F_CACHE, F_CACHE_USE, F_GLOBAL_CACHE_USE, F_LOCAL_CACHE_USE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RepositoryGetVersionTraceType()
RepositoryGetVersionTraceType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheUseTraceType
beginGlobalCacheUse()
CacheUseTraceType
beginLocalCacheUse()
RepositoryGetVersionTraceType
cache(Boolean value)
RepositoryGetVersionTraceType
cacheUse(String value)
RepositoryGetVersionTraceType
clone()
<X> X
end()
boolean
equals(Object other)
QName
getObjectType()
String
getOid()
String
getOptions()
String
getVersion()
RepositoryGetVersionTraceType
globalCacheUse(CacheUseTraceType value)
RepositoryGetVersionTraceType
id(Long value)
RepositoryGetVersionTraceType
localCacheUse(CacheUseTraceType value)
RepositoryGetVersionTraceType
objectType(QName value)
RepositoryGetVersionTraceType
oid(String value)
RepositoryGetVersionTraceType
options(String value)
void
setObjectType(QName value)
void
setOid(String value)
void
setOptions(String value)
void
setVersion(String value)
RepositoryGetVersionTraceType
text(String value)
RepositoryGetVersionTraceType
version(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.RepositoryOperationTraceType
getCacheUse, getGlobalCacheUse, getLocalCacheUse, isCache, setCache, setCacheUse, setGlobalCacheUse, setLocalCacheUse
-
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_OBJECT_TYPE
public static final ItemName F_OBJECT_TYPE
-
F_OID
public static final ItemName F_OID
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
F_VERSION
public static final ItemName F_VERSION
-
FACTORY
public static final Producer<RepositoryGetVersionTraceType> FACTORY
-
-
Constructor Detail
-
RepositoryGetVersionTraceType
public RepositoryGetVersionTraceType()
-
RepositoryGetVersionTraceType
@Deprecated public RepositoryGetVersionTraceType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObjectType
public QName getObjectType()
-
setObjectType
public void setObjectType(QName value)
-
getOid
public String getOid()
-
setOid
public void setOid(String value)
-
getOptions
public String getOptions()
-
setOptions
public void setOptions(String value)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classRepositoryOperationTraceType
-
id
public RepositoryGetVersionTraceType id(Long value)
- Overrides:
id
in classRepositoryOperationTraceType
-
objectType
public RepositoryGetVersionTraceType objectType(QName value)
-
oid
public RepositoryGetVersionTraceType oid(String value)
-
options
public RepositoryGetVersionTraceType options(String value)
-
version
public RepositoryGetVersionTraceType version(String value)
-
cache
public RepositoryGetVersionTraceType cache(Boolean value)
- Overrides:
cache
in classRepositoryOperationTraceType
-
cacheUse
public RepositoryGetVersionTraceType cacheUse(String value)
- Overrides:
cacheUse
in classRepositoryOperationTraceType
-
globalCacheUse
public RepositoryGetVersionTraceType globalCacheUse(CacheUseTraceType value)
- Overrides:
globalCacheUse
in classRepositoryOperationTraceType
-
beginGlobalCacheUse
public CacheUseTraceType beginGlobalCacheUse()
- Overrides:
beginGlobalCacheUse
in classRepositoryOperationTraceType
-
localCacheUse
public RepositoryGetVersionTraceType localCacheUse(CacheUseTraceType value)
- Overrides:
localCacheUse
in classRepositoryOperationTraceType
-
beginLocalCacheUse
public CacheUseTraceType beginLocalCacheUse()
- Overrides:
beginLocalCacheUse
in classRepositoryOperationTraceType
-
text
public RepositoryGetVersionTraceType text(String value)
- Overrides:
text
in classRepositoryOperationTraceType
-
end
public <X> X end()
- Overrides:
end
in classRepositoryOperationTraceType
-
clone
public RepositoryGetVersionTraceType clone()
- Overrides:
clone
in classRepositoryOperationTraceType
-
-