Class ResourceObjectDefinitionIdentification
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectDefinitionIdentification
- All Implemented Interfaces:
Serializable
Uniquely identifies resource object type or class on a resource.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(@NotNull String localObjectClassName, @Nullable ResourceObjectTypeIdentification objectType) boolean@NotNull String@Nullable ResourceObjectTypeIdentificationinthashCode()toString()
-
Method Details
-
create
public static ResourceObjectDefinitionIdentification create(@NotNull @NotNull String localObjectClassName, @Nullable @Nullable ResourceObjectTypeIdentification objectType) -
forClass
public static ResourceObjectDefinitionIdentification forClass(@NotNull @NotNull String localObjectClassName) -
forClass
public static ResourceObjectDefinitionIdentification forClass(@NotNull @NotNull QName objectClassName) -
getLocalObjectClassName
-
getObjectType
-
equals
-
hashCode
public int hashCode() -
toString
-