Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
-
Packages that use ActionTargetElement Package Description org.odpi.openmetadata.frameworks.governanceaction The interfaces of the Governance Action Framework (GAF) The governance action framework defines interfaces for governance action services.org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of ActionTargetElement in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction that return types with arguments of type ActionTargetElement Modifier and Type Method Description List<ActionTargetElement>GovernanceActionContext. getActionTargetElements()Return the list of elements that this governance action service should work on.List<ActionTargetElement>GovernanceContext. getActionTargetElements()Return the list of elements that this governance action service should work on. -
Uses of ActionTargetElement in org.odpi.openmetadata.frameworks.governanceaction.properties
Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ActionTargetElement Constructor Description ActionTargetElement(ActionTargetElement template)Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
-