+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.cp.resources.builder
Interface CustomResourceBuilder.ResourceParameters

Enclosing interface:
CustomResourceBuilder
public static interface CustomResourceBuilder.ResourceParameters

Interface containing all paramteres that are needed to build a custom resource.

Method Summary
 java.util.Collection<java.lang.String> getCategories()
          Return the categories of the resource
 ObjectID getObjectID()
          Return the ObjectID of the object
 java.net.URI getURI()
          Return the unique identifier of the object
 

Method Detail

getObjectID

ObjectID getObjectID()
Returns the ObjectID of the object

Returns:
ObjectID of the object, never null.

getURI

java.net.URI getURI()
Returns the unique identifier of the object

Returns:
URI of the object, never null

getCategories

java.util.Collection<java.lang.String> getCategories()
Returns the categories of the resource

Returns:
the categories, never null but may be empty
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD