com.ibm.portal.cp.resources
Interface CustomResourceCreationContext

All Superinterfaces:
CreationContext

public interface CustomResourceCreationContext
extends CreationContext

Represents a CreationContext that exposes all information needed to create a CustomResource.

Since:
7.0.0

Method Summary
 java.util.Set<java.lang.String> getCategories()
          Returns the list of categories the resource should belong to.
 java.net.URI getURI()
          Returns the URI identifying the resource.
 

Method Detail

getURI

java.net.URI getURI()
Returns the URI identifying the resource.

Returns:
The URI identifying the resource, never null

getCategories

java.util.Set<java.lang.String> getCategories()
Returns the list of categories the resource should belong to. May be null.

Returns:
The list of categories the resource should belong to.