Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adfinternal.businesseditor.objects
Interface ObjectGroupOwner

All Known Implementing Classes:
AttributeImpl, AttributeTriggerImpl, AttributeValidatorImpl, BaseManagerImpl, BusinessEditorBaseObjectImpl, BusinessEditorManagerImpl, BusinessEditorObjectImpl, BusinessObjectFunctionImpl, BusinessObjectImpl, BusinessObjectTriggerImpl, BusinessObjectValidatorImpl, CustomAttributeImpl, FunctionImpl, GlobalFunctionImpl, LookupCodeImpl, LookupManagerImpl, LookupObjectImpl, LookupTypeImpl, StandardAttributeImpl, TriggerImpl, ValidatorImpl

public interface ObjectGroupOwner

For internal framework use only. An interface to be used to indicate that the object can be a owner for an object group. For example, business object is a ObjectGroupOwner for standard attributes, custom attributes, validators, etc.

For internal use only. Application developers should not use this

Method Summary
 boolean canPopulateChildren()
           
 void ensureVerified()
           
 ObjectGroupHelper getGroupHelper(ObjectType type)
           
 void populateChildren(ObjectType type)
           
 

Method Detail

getGroupHelper

ObjectGroupHelper getGroupHelper(ObjectType type)

populateChildren

void populateChildren(ObjectType type)

canPopulateChildren

boolean canPopulateChildren()

ensureVerified

void ensureVerified()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

Copyright © 1997, 2013, Oracle. All rights reserved.