Class AbstractActionGroup

java.lang.Object
com.ptc.core.ui.actiongroup.AbstractActionGroup
All Implemented Interfaces:
ActionGroup

public abstract class AbstractActionGroup extends Object implements ActionGroup
Default implementation for OOTB and Customized Action Groups. This object search algorithm allows the combination of multiple types into the subject list. Select the types and attributes to be searched by implementing the getTargetTypes() method.

If a more complex search query is required override the findSubjects() method.
Supported API: true

Extendable: true

  • Method Details

    • getTargetTypes

      public abstract ActionGroupTargetType[] getTargetTypes()
      Controls the types and attributes to be searched. The return value may not be null or empty.
      Supported API: true

      Returns: