Class ACAttributeDto
java.lang.Object
com.evolveum.midpoint.web.component.assignment.ACAttributeDto
- All Implemented Interfaces:
Serializable
- Author:
- lazyman
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACAttributeDto
createACAttributeDto
(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) getConstruction
(PrismContext prismContext) getName()
boolean
isEmpty()
-
Field Details
-
F_NAME
- See Also:
-
F_VALUES
- See Also:
-
-
Method Details
-
createACAttributeDto
public static ACAttributeDto createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) throws SchemaException - Throws:
SchemaException
-
getValues
-
getDefinition
-
getName
-
isEmpty
public boolean isEmpty() -
getConstruction
public ResourceAttributeDefinitionType getConstruction(PrismContext prismContext) throws SchemaException - Throws:
SchemaException
-