Class SchemaContextDefinitionImpl
java.lang.Object
com.evolveum.midpoint.prism.impl.schemaContext.SchemaContextDefinitionImpl
- All Implemented Interfaces:
SchemaContextDefinition,Serializable
Created by Dominik.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of resolver for find attributes which the object depends.getPath()getType()Type object if directly defined.Path of type object.voidsetAlgorithm(QName algorithm) voidvoidvoidsetTypePath(QName typePath)
-
Constructor Details
-
SchemaContextDefinitionImpl
public SchemaContextDefinitionImpl()
-
-
Method Details
-
getType
Description copied from interface:SchemaContextDefinitionType object if directly defined.- Specified by:
getTypein interfaceSchemaContextDefinition
-
setType
- Specified by:
setTypein interfaceSchemaContextDefinition
-
getTypePath
Description copied from interface:SchemaContextDefinitionPath of type object.- Specified by:
getTypePathin interfaceSchemaContextDefinition
-
setTypePath
- Specified by:
setTypePathin interfaceSchemaContextDefinition
-
getAlgorithm
Description copied from interface:SchemaContextDefinitionName of resolver for find attributes which the object depends. For exampleResourceObjectContextResolver- Specified by:
getAlgorithmin interfaceSchemaContextDefinition
-
setAlgorithm
- Specified by:
setAlgorithmin interfaceSchemaContextDefinition
-
setPath
- Specified by:
setPathin interfaceSchemaContextDefinition
-
getPath
- Specified by:
getPathin interfaceSchemaContextDefinition
-