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 ICommandMethod

All Superinterfaces:
java.io.Serializable

public interface ICommandMethod
extends java.io.Serializable

Represents an individual API method on a command object.


Method Summary
 java.lang.String getApi()
           
 int getID()
           
 java.lang.String getName()
           
 java.util.List getParameters()
           
 java.lang.Class getReturnType()
           

 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the method

getReturnType

java.lang.Class getReturnType()
Returns:
the return type of the method

getParameters

java.util.List getParameters()
Returns:
the list of parameters as ICommandField objects

getApi

java.lang.String getApi()
Returns:
the name of API

getID

int getID()
Returns:
a unique ID to this command that identifies this method

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.