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()
          Returns the categories of the resource
 ObjectID getObjectID()
          Returns the ObjectID of the object
 java.net.URI getURI()
          Returns 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