Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- parseXML(String) - Method in exception class 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
- parseXML(URL, Map<String, Boolean>) - 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 - Interface in com.sas.metadata.remote
-
A permission represents an action that a user may attempt against a resource in the metadata server.
- 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.
- PermissionCondition - Interface in com.sas.metadata.remote
-
Stores an expression that is applied to conditionally grant a user or group access to a resource.
- 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.
- Person - Interface in com.sas.metadata.remote
-
This type represents the information kept about a person.
- 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.
- Phone - Interface in com.sas.metadata.remote
-
A phone number and the type of phone number (home, office, mobile, fax).
- 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).
- PhysicalTable - Interface in com.sas.metadata.remote
-
A "materialized" table that resides in a database or a file system.
- 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.
- platformVersionToString(int) - Static method in exception class 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, String, int, boolean) - Method in interface com.sas.metadata.remote.MdOMIUtil
-
Build objects from source XML 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.
- PORT_KEY - Static variable in interface com.sas.metadata.remote.MdOMRConnection
-
Static string for the port key stored in the credential map
- PrimaryType - Interface in com.sas.metadata.remote
-
The PrimaryType subtypes are the starting point for modeling a logical metadata definition.
- PRIMARYTYPE - Static variable in interface com.sas.metadata.remote.MetadataObjects
-
Model description of the metadata type: The PrimaryType subtypes are the starting point for modeling a logical metadata definition.
- printStackTrace() - Method in exception class 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 - Interface in com.sas.metadata.remote
-
For use by the SAS Prompt Interface.
- PROMPT - 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.
- PROMPTGROUP - Static variable in interface com.sas.metadata.remote.MetadataObjects
-
Model description of the metadata type: For use by the SAS Prompt Interface.
- Property - Interface in com.sas.metadata.remote
-
A parameter, option or other type of information that is used to tailor a metadata object.
- 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.
- PropertyGroup - Interface in com.sas.metadata.remote
-
Represents a group of properties.
- PROPERTYGROUP - Static variable in interface com.sas.metadata.remote.MetadataObjects
-
Model description of the metadata type: Represents a group of properties.
- 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.
- 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.
- PropertyType - Interface in com.sas.metadata.remote
-
Defines the data type of a property.
- PROPERTYTYPE - Static variable in interface com.sas.metadata.remote.MetadataObjects
-
Model description of the metadata type: Defines the data type of a property.
- 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.
- 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.
- PrototypeProperty - Interface in com.sas.metadata.remote
-
This is the super type for types that define properties that are for prototype objects only.
- 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.
- Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. - Search tag in package com.sas.metadata.remote
- Section
- PSColumnLayoutComponent - Interface in com.sas.metadata.remote
-
Provides the information needed to lay a PortalPage out in columns.
- 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.
- PSLayoutComponent - Interface in com.sas.metadata.remote
-
A UI element that designates how Portlets should be laid out on a PortalPage.
- 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.
- PSPortalPage - Interface in com.sas.metadata.remote
-
A PortalPage gathers and displays information in the Portal, and can be customized.
- 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.
- PSPortalProfile - Interface in com.sas.metadata.remote
-
A SAS Information Delivery Portal user's portal information, which defines the basic functionality of the portal.
- 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.
- 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.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form