com.stellent.cis.client.command
Interface ICommandUri

All Superinterfaces:
java.io.Serializable

public interface ICommandUri
extends java.io.Serializable

The URI to an individual command object


Method Summary
 java.lang.String[] getCategories()
           
 java.lang.String getCommandName()
           
 java.lang.String getNamespace()
           
 

Method Detail

getNamespace

java.lang.String getNamespace()
Returns:
the namespace to which this command belongs

getCommandName

java.lang.String getCommandName()
Returns:
the name of the command that is unique inside its namespace

getCategories

java.lang.String[] getCategories()
Returns:
a collection of the categories where this command resides