Skip navigation links


com.bea.content.cmis.rest.resources
Class NestedProperty

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.NestedProperty


public class NestedProperty
extends BaseCMISResource

Resource for viewing the nested properties of an indexed multivalued container or single valued container. E.g. If the indexed container property is: address[0], then the displayed nested properties would be address[0].street, address[0].zip, etc. If a MV container isn't specified as indexed, then the first index will be assumed. E.g. If address is specified, then address[0] will be assumed.


Constructor Summary
NestedProperty()
           

 

Method Summary
 com.bea.content.schema.cmis.atom.EntryType getNestedProperty(String id)
           

 

Methods inherited from class com.bea.content.cmis.rest.resources.BaseCMISResource
getContentContext, getHttpRequest, getUriService, setHttpRequest, setUriService

 

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

 

Constructor Detail

NestedProperty

public NestedProperty()

Method Detail

getNestedProperty

public com.bea.content.schema.cmis.atom.EntryType getNestedProperty(String id)
                                                             throws RepositoryException
Throws
RepositoryException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.