- 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
-
- accept(ObjectVisitor) - Method in class oracle.adfinternal.businesseditor.restapi.BusinessObjectImpl
-
- 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
- activate() - Method in class oracle.adfinternal.businesseditor.restapi.BusinessObjectImpl
-
- activate() - Method in class oracle.adfinternal.businesseditor.restapi.CustomAttributeImpl
-
- addAttrToList(String, AttributeImpl) - Method in class oracle.adfinternal.businesseditor.objects.NonCustomizableAttributeImpl
-
- addDataFilter(Attribute, String, Object...) - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Add a data filter to further refine the set of data appearing within
the list of value used by dynamic choice list.
- addDataFilter(Attribute, ComparisonOperator, Object...) - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Add a data filter to further refine the set of data appearing within
the list of value used by dynamic choice list.
- addDataFilter(Attribute, String, Object[]) - Method in class oracle.adfinternal.businesseditor.restapi.CustomAttributeImpl
-
- addDataFilter(Attribute, ComparisonOperator, Object[]) - Method in class oracle.adfinternal.businesseditor.restapi.CustomAttributeImpl
-
- 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.
- addDependencyAttr(Attribute) - Method in class oracle.adfinternal.businesseditor.restapi.AttributeImpl
-
- addDirtyObject(BaseObject) - Method in class oracle.adfinternal.businesseditor.restapi.BaseManagerImpl
-
- addDisplayAttribute(Attribute) - Method in interface oracle.adf.businesseditor.objects.CustomAttribute
-
Adds an attribute to be included in the List of Values window for
context.
- addDisplayAttribute(Attribute) - Method in class oracle.adfinternal.businesseditor.restapi.CustomAttributeImpl
-
- ADDL_LIST_DISPLAY_FIELDS - Static variable in interface oracle.adfinternal.businesseditor.restapi.VOAttributesConstants
-
- ADDL_LIST_SEARCH_FIELDS - Static variable in interface oracle.adfinternal.businesseditor.restapi.VOAttributesConstants
-
- addLookup(String, String, String) - Method in interface oracle.adf.businesseditor.objects.LookupType
-
Creates a lookup to this lookup type.
- addLookup(String, String, String) - Method in class oracle.adfinternal.businesseditor.restapi.LookupTypeImpl
-
- addMapping(AttributeTriggerType, TriggerType) - Static method in class oracle.adfinternal.businesseditor.objects.AttributeTriggerTypeHelper
-
- addMapping(BusinessObjectFunctionVisibilityType, ExprDef.Visibility) - Static method in class oracle.adfinternal.businesseditor.objects.BusinessObjectFunctionVisibilityTypeHelper
-
- addMapping(BusinessObjectTriggerType, TriggerType) - Static method in class oracle.adfinternal.businesseditor.objects.BusinessObjectTriggerTypeHelper
-
- addOtherAttr(Attribute, String) - Method in class oracle.adfinternal.businesseditor.restapi.AttributeImpl
-
- 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.
- addParameter(String, String) - Method in class oracle.adfinternal.businesseditor.restapi.FunctionImpl
-
- 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.
- addSearchAttribute(Attribute) - Method in class oracle.adfinternal.businesseditor.restapi.CustomAttributeImpl
-
- API_NAME - Static variable in interface oracle.adfinternal.businesseditor.restapi.VOAttributesConstants
-
- Attribute - Interface in oracle.adf.businesseditor.objects
-
- AttributeImpl - Class in oracle.adfinternal.businesseditor.restapi
-
- AttributeImpl(BusinessObjectImpl, JSONObject) - Constructor for class oracle.adfinternal.businesseditor.restapi.AttributeImpl
-
- AttributeImpl.OtherFields - Class in oracle.adfinternal.businesseditor.restapi
-
- AttributeTrigger - Interface in oracle.adf.businesseditor.objects
-
A trigger for an attribute.
- AttributeTriggerImpl - Class in oracle.adfinternal.businesseditor.restapi
-
- AttributeTriggerImpl(AttributeImpl, JSONObject) - Constructor for class oracle.adfinternal.businesseditor.restapi.AttributeTriggerImpl
-
- 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.