|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.ifs.fdk.AttributeRequest
Represents a request for a specific attributes. If the attribute value is a repository object which would map to an Item, additional attributes about the value can be requested in a chained way. This will allow for retrieval of entire trees of related objects and their attributes in one call.
| Constructor Summary | |
AttributeRequest()Required constructor in order to be a Java Bean. |
|
| Method Summary | |
java.lang.String |
getAttributeName()Returns the attribute name. |
AttributeRequest[] |
getRequestedAttributes()Returns the optional requested attributes. |
void |
setAttributeName(java.lang.String attributeName)Sets the attribute name. |
void |
setRequestedAttributes(AttributeRequest[] attributes)Sets the optional requested attributes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeRequest()
| Method Detail |
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
public AttributeRequest[] getRequestedAttributes()
public void setRequestedAttributes(AttributeRequest[] attributes)
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||