Uses of Class
org.jbpm.client.KnowledgeBaseCommandName

Packages that use KnowledgeBaseCommandName
org.jbpm.client   
 

Uses of KnowledgeBaseCommandName in org.jbpm.client
 

Methods in org.jbpm.client that return KnowledgeBaseCommandName
 KnowledgeBaseCommandName KnowledgeBaseCommand.getName()
           
static KnowledgeBaseCommandName KnowledgeBaseCommandName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KnowledgeBaseCommandName[] KnowledgeBaseCommandName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.client with parameters of type KnowledgeBaseCommandName
 void KnowledgeBaseCommand.setName(KnowledgeBaseCommandName name)
           
 

Constructors in org.jbpm.client with parameters of type KnowledgeBaseCommandName
KnowledgeBaseCommand(int id, KnowledgeBaseCommandName name, List<Object> arguments)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.