Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.