Class ResourceObjectClassSpecification
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.tasks.ResourceObjectClassSpecification
-
- All Implemented Interfaces:
DebugDumpable
public class ResourceObjectClassSpecification extends Object implements DebugDumpable
TODO better name
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull ResourceType
resource
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkNotInMaintenance()
void
checkResourceUp()
String
debugDump(int indent)
String
getContextDescription()
@NotNull ResourceShadowDiscriminator
getCoords()
@Nullable ObjectClassComplexTypeDefinition
getObjectClassDefinition()
@NotNull ObjectClassComplexTypeDefinition
getObjectClassDefinitionRequired()
@NotNull QName
getObjectClassName()
SynchronizationObjectsFilterImpl
getObjectFilter(ResourceObjectSetType resourceObjectSet)
@NotNull RefinedResourceSchema
getRefinedResourceSchema()
@NotNull ResourceType
getResource()
String
getResourceOid()
@NotNull ObjectReferenceType
getResourceRef()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
resource
@NotNull public final @NotNull ResourceType resource
-
-
Method Detail
-
getCoords
@NotNull public @NotNull ResourceShadowDiscriminator getCoords()
-
getResource
@NotNull public @NotNull ResourceType getResource()
-
getResourceRef
@NotNull public @NotNull ObjectReferenceType getResourceRef()
-
getRefinedResourceSchema
@NotNull public @NotNull RefinedResourceSchema getRefinedResourceSchema()
-
getObjectClassDefinition
@Nullable public @Nullable ObjectClassComplexTypeDefinition getObjectClassDefinition()
-
getObjectClassDefinitionRequired
@NotNull public @NotNull ObjectClassComplexTypeDefinition getObjectClassDefinitionRequired()
-
getObjectClassName
@NotNull public @NotNull QName getObjectClassName()
-
getObjectFilter
public SynchronizationObjectsFilterImpl getObjectFilter(ResourceObjectSetType resourceObjectSet)
-
getContextDescription
public String getContextDescription()
-
getResourceOid
public String getResourceOid()
-
checkResourceUp
public void checkResourceUp()
-
checkNotInMaintenance
public void checkNotInMaintenance() throws ActivityRunException
- Throws:
ActivityRunException
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-