KIE Uberfire Runtime PlugIns API 6.2.0.CR1

org.kie.uberfire.plugin.model
Class Activity

java.lang.Object
  extended by org.kie.uberfire.plugin.model.Activity
Direct Known Subclasses:
Plugin

@Portable
public class Activity
extends Object


Constructor Summary
Activity()
           
Activity(String name, PluginType type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 PluginType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activity

public Activity()

Activity

public Activity(String name,
                PluginType type)
Method Detail

getName

public String getName()

getType

public PluginType getType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

KIE Uberfire Runtime PlugIns API 6.2.0.CR1

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