Class Actions

All Implemented Interfaces:
Comet3Collection<Action>, Serializable, Cloneable, Iterable<Action>, Collection<Action>, List<Action>, RandomAccess

public class Actions extends Comet3CollectionImpl<Action>

Java class for actions (i.e. list of actions) complex type. For internal use only

The following schema fragment specifies the expected content contained within this class.

 <complexType name="actions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="action" type="{http://comet.priint.com/configuration/entities}action" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • Actions

      public Actions()
  • Method Details

    • findByStatementType

      public Actions findByStatementType(Statement.StatementDescriptor type) throws CometException
      Find by statement type actions.
      Parameters:
      type - the type
      Returns:
      the actions
      Throws:
      CometException - the comet exception
    • findByTypeId

      public Actions findByTypeId(int typeId)
      Find by type id actions.
      Parameters:
      typeId - the type id
      Returns:
      the actions
    • findByClassId

      public Actions findByClassId(int classId)
      Find by class id actions.
      Parameters:
      classId - the class id
      Returns:
      the actions