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.
-
Field Summary
Fields inherited from class Action
jobs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionback()setPartition(String partition) setTypeCode(String typeCode) toString()
-
Constructor Details
-
ObjRefAction
-
-
Method Details
-
setPartition
- Parameters:
partition- partition the object references will be renewed for.
-
setTypeCode
- Parameters:
typeCode- type code of domain object the object references will be renewed for.
-
setFilter
- Parameters:
filter- restricts object references renewal to a subset defined by filter.
-
back
-
getObjectName
-
getPartition
-
getTypeCode
-
getFilter
-
toString
-