Skip navigation links

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


oracle.wcps.property.security
Class PropertyResourceId

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

All Implemented Interfaces:
IResourceId

public class PropertyResourceId
extends PropertySetResourceId
implements IResourceId

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


Field Summary

 

Fields inherited from class oracle.wcps.property.security.PropertySetResourceId
names

 

Constructor Summary
PropertyResourceId(INamespaceName namespaceName, IPropertySetDefinitionName setDefinitionName, IPropertySetName setName, IPropertyName propertyName)
           

 

Method Summary
 IPropertyName getPropertyName()
           

 

Methods inherited from class oracle.wcps.property.security.PropertySetResourceId
getId, getNamespaceName, getPropertySetDefinitionName, getPropertySetName, toString

 

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

 

Methods inherited from interface oracle.wcps.property.security.IResourceId
getId

 

Constructor Detail

PropertyResourceId

public PropertyResourceId(INamespaceName namespaceName,
                          IPropertySetDefinitionName setDefinitionName,
                          IPropertySetName setName,
                          IPropertyName propertyName)

Method Detail

getPropertyName

public IPropertyName getPropertyName()

Skip navigation links

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


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