Uses of Interface
com.sas.metadata.remote.Property
Packages that use Property
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.
-
Uses of Property in com.sas.metadata.remote
Method parameters in com.sas.metadata.remote with type arguments of type PropertyModifier and TypeMethodDescriptionprotected static StringMdModelUtil.getSESSREFValue(List<Property> lProps) Return a string for the SESSREF value for CAS library if it exists in metadataprotected static StringMdModelUtil.processProperties(String engineName, List<Property> lProps) Return a string representing the property values from the list. -
Uses of Property in com.sas.metadata.remote.entities
Methods in com.sas.metadata.remote.entities that return PropertyModifier and TypeMethodDescriptionstatic PropertyMdOMAEntityUtility.getEntityPropertyForOMRObject(Root omrObject) Given an OMR Metadata object, retrieve the Property object that represents the Entity associated with the given OMR object.Methods in com.sas.metadata.remote.entities with parameters of type PropertyModifier and TypeMethodDescriptionstatic voidMdOMAEntityUtility.deleteObjectFromStore(Property entityProp, String template) Removes the entity from usage and delete it from OMR at next updateMetadataAll() call.static voidMdOMAEntityUtility.populateEntityAttributeDescriptorfromOMRProperty(com.sas.entities.AttributeDescriptorInterface attrDesc, Property propObject) Populate an Entity AttributeDescriptor from an OMR Propertyprotected static voidMdOMAEntityUtility.populateEntityAttributeDescriptorfromOMRProperty(com.sas.entities.AttributeDescriptorInterface attrDesc, Property propObject, boolean goToServer) Populate an Entity AttributeDescriptor from an OMR Propertystatic voidMdOMAEntityUtility.populateEntityFromOMRProperty(com.sas.entities.RemoteEntityInterface entity, Property propObject) populate an entity from the omr Property object that represents that entity.static voidMdOMAEntityUtility.populateOMRPropertyFromAttributeDescriptor(Property propAttr, com.sas.entities.AttributeDescriptorInterface attrDesc) Populate an OMR Property from and Entity Attribute Descriptorstatic voidMdOMAEntityUtility.populateOMRPropertyFromEntity(Property entityProp, com.sas.entities.RemoteEntityInterface entity) Take an metadata object and populate it with the entity information.static voidMdOMAEntityUtility.removeEntityPropertyObjectFromOMR(Property omrProperty) Remoe an entity property object and all connected objects from OMR.