Interface TagActorDescriptor
- All Known Implementing Classes:
BasicTagActorDescriptor
public interface TagActorDescriptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetId()
If the actor exposes tag event scripts that can be defined, this function will return them, otherwise it will return null or an empty list.
-
Method Details
-
getId
String getId() -
getClassification
ActorClassification getClassification() -
getFactory
TagActorFactory getFactory() -
getScriptEventDefinitions
List<TagActorDescriptor.ScriptEventDescription> getScriptEventDefinitions()If the actor exposes tag event scripts that can be defined, this function will return them, otherwise it will return null or an empty list. -
getTagPropertyModel
Optional<ConfigurationPropertyModel> getTagPropertyModel() -
getTagGroupPropertyModel
Optional<ConfigurationPropertyModel> getTagGroupPropertyModel()
-