|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use PropertyGroup | |
|---|---|
| com.sas.metadata.remote | Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. |
| com.sas.metadata.remote.entities | Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications. |
| Uses of PropertyGroup in com.sas.metadata.remote |
|---|
| Methods in com.sas.metadata.remote that return PropertyGroup | |
|---|---|
abstract PropertyGroup |
AbstractProperty.getAssociatedPropertyGroup()
Gets the PropertyGroup for AssociatedPropertyGroup |
abstract PropertyGroup |
PropertyGroup.getParentGroup()
Gets the PropertyGroup for ParentGroup |
abstract PropertyGroup |
Root.getPrimaryPropertyGroup()
Gets the PropertyGroup for PrimaryPropertyGroup |
| Methods in com.sas.metadata.remote with parameters of type PropertyGroup | |
|---|---|
abstract void |
AbstractProperty.setAssociatedPropertyGroup(PropertyGroup inObject)
Sets the AssociatedPropertyGroups list 0th element to be inObject. |
abstract void |
PropertyGroup.setParentGroup(PropertyGroup inObject)
Sets the ParentGroups list 0th element to be inObject. |
abstract void |
Root.setPrimaryPropertyGroup(PropertyGroup inObject)
Sets the PrimaryPropertyGroups list 0th element to be inObject. |
| Uses of PropertyGroup in com.sas.metadata.remote.entities |
|---|
| Methods in com.sas.metadata.remote.entities with parameters of type PropertyGroup | |
|---|---|
static void |
MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group,
PropertyGroup omrGroup)
Populate an Entity AttributeGroup from an OMR PropertyGroup |
protected static void |
MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group,
PropertyGroup omrGroup,
boolean goToServer)
Populate an Entity AttributeGroup from an OMR PropertyGroup |
static void |
MdOMAEntityUtility.populateOMRPropertyGroupFromAttributeGroup(PropertyGroup propGroup,
com.sas.entities.AttributeGroupInterface attrGroup)
Populate an OMR PropertyGroup from an Entity Attribute Group. |
|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||