Class AssociationChildWrapperUtil
java.lang.Object
com.evolveum.midpoint.gui.impl.util.AssociationChildWrapperUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
existAssociationConfiguration
(String refAttribute, PrismContainer<ShadowAssociationTypeDefinitionType> association) findAssociationDefinitions
(PrismObjectWrapper<ResourceType> objectWrapper, ResourceObjectTypeDefinition objectTypeDef) getFirstObjectTypeOfSubject
(PrismValueWrapper propertyWrapper) getObjectTypesOfObject
(PrismValueWrapper propertyWrapper) getObjectTypesOfSubject
(PrismValueWrapper propertyWrapper) static ItemName
getRef
(PrismValueWrapper<?> propertyWrapper, boolean useSource) static ShadowAssociationDefinition
getShadowAssociationDefinition
(PrismValueWrapper propertyWrapper, PageAdminLTE pageBase) static ShadowAssociationDefinition
getShadowAssociationDefinition
(ResourceSchema schema, PrismValueWrapper propertyWrapper)
-
Constructor Details
-
AssociationChildWrapperUtil
public AssociationChildWrapperUtil()
-
-
Method Details
-
getShadowAssociationDefinition
public static ShadowAssociationDefinition getShadowAssociationDefinition(PrismValueWrapper propertyWrapper, PageAdminLTE pageBase) -
getShadowAssociationDefinition
public static ShadowAssociationDefinition getShadowAssociationDefinition(ResourceSchema schema, PrismValueWrapper propertyWrapper) -
getFirstObjectTypeOfSubject
public static ResourceObjectTypeIdentificationType getFirstObjectTypeOfSubject(PrismValueWrapper propertyWrapper) -
getObjectTypesOfSubject
public static List<ResourceObjectTypeIdentificationType> getObjectTypesOfSubject(PrismValueWrapper propertyWrapper) -
getObjectTypesOfObject
public static List<ResourceObjectTypeIdentificationType> getObjectTypesOfObject(PrismValueWrapper propertyWrapper) -
getRef
-
existAssociationConfiguration
public static boolean existAssociationConfiguration(String refAttribute, PrismContainer<ShadowAssociationTypeDefinitionType> association) throws SchemaException - Throws:
SchemaException
-
findAssociationDefinitions
public static List<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> findAssociationDefinitions(PrismObjectWrapper<ResourceType> objectWrapper, ResourceObjectTypeDefinition objectTypeDef) throws SchemaException - Throws:
SchemaException
-