Tree PREV CLASS NEXT CLASS 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.ResourceParametersInterface 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 resourceObjectID getObjectID()
Return the ObjectID of the objectjava.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
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD