A B C D E F G H I J K L M N O P Q R S T U V W X _

P

parseXML(String) - Method in exception com.sas.metadata.remote.MdException
routine to parse a passed in xml string and return a dom document
parseXML(String) - Method in interface com.sas.metadata.remote.MdOMIUtil
routine to parse a passed in xml string and return a dom document
parseXML(URL) - Method in interface com.sas.metadata.remote.MdOMIUtil
routine to parse a passed in xml URL and return a dom document
PARSING_TYPE_DOM - Static variable in interface com.sas.metadata.remote.MdFactory
DOM Parsing
PARSING_TYPE_SAX - Static variable in interface com.sas.metadata.remote.MdFactory
SAX Parsing
PASSWORD_KEY - Static variable in interface com.sas.metadata.remote.MdOMRConnection
Static string for the password key stored in the credential map
PERMISSION - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A permission represents an action that a user may attempt against a resource in the metadata server.
Permission - Interface in com.sas.metadata.remote
A permission represents an action that a user may attempt against a resource in the metadata server.
PERMISSIONCONDITION - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Stores an expression that is applied to conditionally grant a user or group access to a resource.
PermissionCondition - Interface in com.sas.metadata.remote
Stores an expression that is applied to conditionally grant a user or group access to a resource.
PERSON - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: This type represents the information kept about a person.
Person - Interface in com.sas.metadata.remote
This type represents the information kept about a person.
PHONE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A phone number and the type of phone number (home, office, mobile, fax).
Phone - Interface in com.sas.metadata.remote
A phone number and the type of phone number (home, office, mobile, fax).
PHYSICALTABLE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A "materialized" table that resides in a database or a file system.
PhysicalTable - Interface in com.sas.metadata.remote
A "materialized" table that resides in a database or a file system.
platformVersionToString(int) - Static method in exception com.sas.metadata.remote.UnsupportedPlatformVersionException
 
populateEntityAttributeDescriptorfromOMRProperty(AttributeDescriptorInterface, Property) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeDescriptor from an OMR Property
populateEntityAttributeDescriptorfromOMRProperty(AttributeDescriptorInterface, Property, boolean) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeDescriptor from an OMR Property
populateEntityAttributeTypeFromOMRPropertyType(AttributeTypeInterface, PropertyType) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeType from an OMR PropertyType
populateEntityAttributeTypeFromOMRPropertyType(AttributeTypeInterface, PropertyType, boolean) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeType from an OMR PropertyType
populateEntityFromOMRObject(RemoteEntityInterface, Root) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Take an existing entity object and populate it from metadata object.
populateEntityFromOMRProperty(RemoteEntityInterface, Property) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
populate an entity from the omr Property object that represents that entity.
populateEntityGroupfromOMRGroup(AttributeGroupInterface, PropertyGroup) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeGroup from an OMR PropertyGroup
populateEntityGroupfromOMRGroup(AttributeGroupInterface, PropertyGroup, boolean) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an Entity AttributeGroup from an OMR PropertyGroup
populateObject(CMetadata, NamedNodeMap, NodeList) - Method in interface com.sas.metadata.remote.MdOMIUtil
Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
populateObject(CMetadata, NamedNodeMap, NodeList, boolean) - Method in interface com.sas.metadata.remote.MdOMIUtil
Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
populateObjects(CMetadata, NamedNodeMap, NodeList, boolean, List) - Method in interface com.sas.metadata.remote.MdOMIUtil
Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
populateOMRObjectFromEntity(Root, RemoteEntityInterface) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Take an metadata object and populate it with the entity information.
populateOMRPropertyFromAttributeDescriptor(Property, AttributeDescriptorInterface) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an OMR Property from and Entity Attribute Descriptor
populateOMRPropertyFromEntity(Property, RemoteEntityInterface) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Take an metadata object and populate it with the entity information.
populateOMRPropertyGroupFromAttributeGroup(PropertyGroup, AttributeGroupInterface) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an OMR PropertyGroup from an Entity Attribute Group.
populateOMRPropertyTypeFromAttributeType(PropertyType, AttributeTypeInterface) - Static method in class com.sas.metadata.remote.entities.MdOMAEntityUtility
Populate an OMR PropertyType from an Entity AttributeType
populateStoreFromInputStream(MdStore, InputStream, int, boolean) - Method in interface com.sas.metadata.remote.MdOMIUtil
Build objects from an input stream and set states to desired state.
populateStoreFromString(MdStore, Document, int, boolean) - Method in interface com.sas.metadata.remote.MdOMIUtil
Build objects from source XML and set states to desired state.
populateStoreFromString(MdStore, String, int, boolean) - Method in interface com.sas.metadata.remote.MdOMIUtil
Build objects from source XML and set states to desired state.
PORT_KEY - Static variable in interface com.sas.metadata.remote.MdOMRConnection
Static string for the port key stored in the credential map
PRIMARYTYPE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Primary types are the starting point for modeling a public object or component.
PrimaryType - Interface in com.sas.metadata.remote
Primary types are the starting point for modeling a public object or component.
printStackTrace() - Method in exception com.sas.metadata.remote.MdException
 
processDeletedObjects(Document) - Method in interface com.sas.metadata.remote.MdOMIUtil
This deletes objects on the client that have been deleted from the server and are returned from a DeltedObjects array.
PROJECT_REPOS - Static variable in interface com.sas.metadata.remote.MdRepositoryUtil
Project repository type
PROMPT - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: For use by the SAS Prompt Interface.
Prompt - Interface in com.sas.metadata.remote
For use by the SAS Prompt Interface.
PROMPTGROUP - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: For use by the SAS Prompt Interface.
PromptGroup - Interface in com.sas.metadata.remote
For use by the SAS Prompt Interface.
PROPERTY - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A parameter, option or other type of information that is used to tailor a metadata object.
Property - Interface in com.sas.metadata.remote
A parameter, option or other type of information that is used to tailor a metadata object.
PROPERTYGROUP - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Represents a group of properties.
PropertyGroup - Interface in com.sas.metadata.remote
Represents a group of properties.
PROPERTYSET - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A PropertySet contains a complete set of properties to be used by the OwningObject in a particular context.
PropertySet - Interface in com.sas.metadata.remote
A PropertySet contains a complete set of properties to be used by the OwningObject in a particular context.
PROPERTYTYPE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Defines the data type of a property.
PropertyType - Interface in com.sas.metadata.remote
Defines the data type of a property.
PROTOTYPE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Used to create a template for creating other metadata objects or set of metadata objects that represent a concept.
Prototype - Interface in com.sas.metadata.remote
Used to create a template for creating other metadata objects or set of metadata objects that represent a concept.
PROTOTYPEPROPERTY - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: This is the super type for types that define properties that are for prototype objects only.
PrototypeProperty - Interface in com.sas.metadata.remote
This is the super type for types that define properties that are for prototype objects only.
PSCOLUMNLAYOUTCOMPONENT - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Provides the information needed to lay a PortalPage out in columns.
PSColumnLayoutComponent - Interface in com.sas.metadata.remote
Provides the information needed to lay a PortalPage out in columns.
PSLAYOUTCOMPONENT - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A UI element that designates how Portlets should be laid out on a PortalPage.
PSLayoutComponent - Interface in com.sas.metadata.remote
A UI element that designates how Portlets should be laid out on a PortalPage.
PSPORTALPAGE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A PortalPage gathers and displays information in the Portal, and can be customized.
PSPortalPage - Interface in com.sas.metadata.remote
A PortalPage gathers and displays information in the Portal, and can be customized.
PSPORTALPROFILE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A SAS Information Delivery Portal user's portal information, which defines the basic functionality of the portal.
PSPortalProfile - Interface in com.sas.metadata.remote
A SAS Information Delivery Portal user's portal information, which defines the basic functionality of the portal.
PSPORTLET - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: A Web component that is managed by a Web application and that is aggregated with other portlets to form a page within the application.
PSPortlet - Interface in com.sas.metadata.remote
A Web component that is managed by a Web application and that is aggregated with other portlets to form a page within the application.

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2009 SAS Institute Inc. All Rights Reserved.