- accept(ObjectVisitor) - Method in interface oracle.adf.businesseditor.objects.BusinessObject
-
Visitor pattern is implemented for the business object to allow visiting
each component of a business object using a custom visitor.
- accept(ObjectVisitor) - Method in class oracle.adfinternal.businesseditor.objects.StandardAttributeImpl
-
- activate() - Method in interface oracle.adf.businesseditor.objects.BusinessObject
-
Activate a business object
- activate() - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Activate an attribute
- addDependencyAttr(Attribute) - Method in interface oracle.adf.businesseditor.objects.Attribute
-
Adds an attribute as dependency attribute, whose data changes will cause
this attribute's constraint expression to be reevaluated.
- addDisplayAttribute(Attribute) - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Adds an attribute to be included in the List of Values window for
context.
- addLookup(String, String, String) - Method in interface oracle.adf.businesseditor.objects.LookupType
-
Creates a lookup to this lookup type.
- addMapping(AttributeTriggerType, TriggerType) - Static method in class oracle.adfinternal.businesseditor.objects.AttributeTriggerTypeHelper
-
- addMapping(BusinessObjectTriggerType, TriggerType) - Static method in class oracle.adfinternal.businesseditor.objects.BusinessObjectTriggerTypeHelper
-
- addParameter(String, String) - Method in interface oracle.adf.businesseditor.objects.BusinessObjectFunction
-
Adds a parameter to this function.
- addParameter(String, String) - Method in interface oracle.adf.businesseditor.objects.GlobalFunction
-
Adds a parameter to this function.
- addSearchAttribute(Attribute) - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Adds an attribute to be included as search criteria in addition to the
selection display value.
- Attribute - Interface in oracle.adf.businesseditor.objects
-
- AttributeTrigger - Interface in oracle.adf.businesseditor.objects
-
A trigger for an attribute.
- AttributeTriggerType - Enum in oracle.adf.businesseditor.objects
-
The logical trigger types used by attribute triggers
- AttributeTriggerTypeHelper - Class in oracle.adfinternal.businesseditor.objects
-
- AttributeType - Enum in oracle.adf.businesseditor.objects
-
The formule types used by formula custom attribute
- AttributeValidator - Interface in oracle.adf.businesseditor.objects
-
A validator for an attribute.