Interface ExperimentalActivityReference
-
public interface ExperimentalActivityReferenceHelper class that links a experimental feature to aWorkbenchActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActivityId()org.uberfire.workbench.model.ActivityResourceTypegetActivityType()StringgetActivityTypeName()StringgetExperimentalFeatureId()
-
-
-
Method Detail
-
getActivityTypeName
String getActivityTypeName()
- Returns:
- The activity class name.
-
getActivityId
String getActivityId()
- Returns:
- The activity identifier
-
getExperimentalFeatureId
String getExperimentalFeatureId()
- Returns:
- The experimental feature id
-
getActivityType
org.uberfire.workbench.model.ActivityResourceType getActivityType()
- Returns:
- The activity type
-
-