Class ShadowObjectTypeUtil
java.lang.Object
com.evolveum.midpoint.schema.util.ShadowObjectTypeUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericObjectTypecreateObjectTypeSchemaMatchObject(String resourceOid, String kind, String intent, SchemaMatchResultType schemaMatch) static GenericObjectTypecreateObjectTypeStatisticsObject(String resourceOid, String resourceName, String kind, String intent, ShadowObjectClassStatisticsType statistics) static SchemaMatchResultTypestatic SchemaMatchResultType
-
Constructor Details
-
ShadowObjectTypeUtil
public ShadowObjectTypeUtil()
-
-
Method Details
-
getObjectTypeStatisticsRequired
public static ShadowObjectClassStatisticsType getObjectTypeStatisticsRequired(GenericObjectType holder) -
getObjectTypeStatisticsRequired
public static ShadowObjectClassStatisticsType getObjectTypeStatisticsRequired(PrismObject<GenericObjectType> holder) -
createObjectTypeStatisticsObject
public static GenericObjectType createObjectTypeStatisticsObject(String resourceOid, String resourceName, String kind, String intent, ShadowObjectClassStatisticsType statistics) throws SchemaException - Throws:
SchemaException
-
getObjectTypeSchemaMatchRequired
-
getObjectTypeSchemaMatchRequired
public static SchemaMatchResultType getObjectTypeSchemaMatchRequired(PrismObject<GenericObjectType> holder) -
createObjectTypeSchemaMatchObject
public static GenericObjectType createObjectTypeSchemaMatchObject(String resourceOid, String kind, String intent, SchemaMatchResultType schemaMatch) throws SchemaException - Throws:
SchemaException
-