Class ObjRefAction<T extends Help>

Object
Action
ObjRefAction<T>
All Implemented Interfaces:
Help

public class ObjRefAction<T extends Help> extends Action
This action renews the object references of a partition. It allows the user to schedule the renewal in a Calculation Flow logic.

Use setPartition(), setTypeCode() and setFilter() to select the objects whose references are renewed.

  • Constructor Details

    • ObjRefAction

      public ObjRefAction(T backLink, Invocations<MethodInvocationRecord> invocations)
  • Method Details

    • setPartition

      public ObjRefAction<T> setPartition(String partition)
      Parameters:
      partition - partition the object references will be renewed for.
    • setTypeCode

      public ObjRefAction<T> setTypeCode(String typeCode)
      Parameters:
      typeCode - type code of domain object the object references will be renewed for.
    • setFilter

      public ObjRefAction<T> setFilter(Object filter)
      Parameters:
      filter - restricts object references renewal to a subset defined by filter.
    • back

      public T back()
    • getObjectName

      public String getObjectName()
    • getPartition

      public String getPartition()
    • getTypeCode

      public String getTypeCode()
    • getFilter

      public Object getFilter()
    • toString

      public String toString()
      Overrides:
      toString in class Object