Uses of Interface
com.sas.metadata.remote.PropertyGroup
Packages that use PropertyGroup
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of PropertyGroup in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return PropertyGroupModifier and TypeMethodDescriptionAbstractProperty.getAssociatedPropertyGroup()Gets thePropertyGroupforAssociatedPropertyGroupPropertyGroup.getParentGroup()Gets thePropertyGroupforParentGroupRoot.getPrimaryPropertyGroup()Gets thePropertyGroupforPrimaryPropertyGroupMethods in com.sas.metadata.remote with parameters of type PropertyGroupModifier and TypeMethodDescriptionvoidAbstractProperty.setAssociatedPropertyGroup(PropertyGroup inObject) Sets theAssociatedPropertyGroupslist 0th element to beinObject.voidPropertyGroup.setParentGroup(PropertyGroup inObject) Sets theParentGroupslist 0th element to beinObject.voidRoot.setPrimaryPropertyGroup(PropertyGroup inObject) Sets thePrimaryPropertyGroupslist 0th element to beinObject. -
Uses of PropertyGroup in com.sas.metadata.remote.entities
Methods in com.sas.metadata.remote.entities with parameters of type PropertyGroupModifier and TypeMethodDescriptionstatic voidMdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup) Populate an Entity AttributeGroup from an OMR PropertyGroupprotected static voidMdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup, boolean goToServer) Populate an Entity AttributeGroup from an OMR PropertyGroupstatic voidMdOMAEntityUtility.populateOMRPropertyGroupFromAttributeGroup(PropertyGroup propGroup, com.sas.entities.AttributeGroupInterface attrGroup) Populate an OMR PropertyGroup from an Entity Attribute Group. -
Uses of PropertyGroup in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return PropertyGroupModifier and TypeMethodDescriptionAbstractPropertyImpl.getAssociatedPropertyGroup()Gets thePropertyGroupforAssociatedPropertyGroupNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.PropertyGroupImpl.getParentGroup()Gets thePropertyGroupforParentGroupNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.RootImpl.getPrimaryPropertyGroup()Gets thePropertyGroupforPrimaryPropertyGroupNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type PropertyGroupModifier and TypeMethodDescriptionvoidAbstractPropertyImpl.setAssociatedPropertyGroup(PropertyGroup inObject) Sets theAssociatedPropertyGroupslist 0th element to beinObject.voidPropertyGroupImpl.setParentGroup(PropertyGroup inObject) Sets theParentGroupslist 0th element to beinObject.voidRootImpl.setPrimaryPropertyGroup(PropertyGroup inObject) Sets thePrimaryPropertyGroupslist 0th element to beinObject.