Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.wcps.property.security
Class PropertySetResourceId

java.lang.Object
  extended by oracle.wcps.property.security.PropertySetResourceId

All Implemented Interfaces:
IResourceId
Direct Known Subclasses:
PropertyResourceId

public class PropertySetResourceId
extends java.lang.Object
implements IResourceId

Represents a propertyset's resource id. The propertyset's resource id is a list of namespace name, propertysetdefinition name and propertyset name.


Field Summary
protected  java.util.List<IName> names
           

 

Constructor Summary
PropertySetResourceId(INamespaceName namespaceName, IPropertySetDefinitionName setDefinitionName, IPropertySetName setName)
           

 

Method Summary
 java.util.List<IName> getId()
          Returns a resource id in a list form.
 INamespaceName getNamespaceName()
           
 IPropertySetDefinitionName getPropertySetDefinitionName()
           
 IPropertySetName getPropertySetName()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

names

protected java.util.List<IName> names

Constructor Detail

PropertySetResourceId

public PropertySetResourceId(INamespaceName namespaceName,
                             IPropertySetDefinitionName setDefinitionName,
                             IPropertySetName setName)

Method Detail

getId

public java.util.List<IName> getId()
Description copied from interface: IResourceId
Returns a resource id in a list form.
Specified by:
getId in interface IResourceId
Returns:
a list of names representing an id of a resource.

getNamespaceName

public INamespaceName getNamespaceName()

getPropertySetDefinitionName

public IPropertySetDefinitionName getPropertySetDefinitionName()

getPropertySetName

public IPropertySetName getPropertySetName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.