com.evolveum.midpoint.prism
Interface Containerable

All Known Subinterfaces:
Objectable
All Known Implementing Classes:
AccountShadowType, ActivationType, AssignmentType, ConfigurationPropertiesType, ConnectorConfigurationType, ConnectorFrameworkConfigurationType, ConnectorFrameworkType, ConnectorHostType, ConnectorPoolConfigurationType, ConnectorType, CredentialsType, ExclusionType, ExtensionType, GenericObjectType, NodeType, ObjectType, OperationalStateType, OrgType, PasswordType, ResourceBusinessConfigurationType, ResourceConsistencyType, ResourceObjectIdentificationType, ResourceObjectShadowAttributesType, ResourceObjectShadowType, ResourceObjectType, ResourceType, RoleType, SystemConfigurationType, TaskType, TimeoutsType, UserTemplateType, UserType, ValuePolicyType, XmlSchemaType

public interface Containerable

Author:
semancik

Method Summary
 PrismContainerValue asPrismContainerValue()
           
 void setupContainerValue(PrismContainerValue container)
          Setup value to the containerable representation.
 

Method Detail

asPrismContainerValue

PrismContainerValue asPrismContainerValue()

setupContainerValue

void setupContainerValue(PrismContainerValue container)
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.



Copyright © 2012 evolveum. All Rights Reserved.