Interface AdminObjectGroup
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
AdminObjectGroupImpl
public interface AdminObjectGroup extends WlsMetadata
A generic AdminObjectGroup.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminObjectGroup.AttributeA Attribute.static classAdminObjectGroup.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdminObjectClass()getAdminObjectClassList<AdminObjectInstance>getAdminObjectInstance()getAdminObjectInstanceStringgetAdminObjectInterface()getAdminObjectInterfaceConfigPropertiesgetDefaultProperties()getDefaultProperties
-
-
-
Method Detail
-
getAdminObjectInterface
String getAdminObjectInterface()
getAdminObjectInterface- Returns:
- the AdminObjectInterface
-
getAdminObjectClass
String getAdminObjectClass()
getAdminObjectClass- Returns:
- the AdminObjectClass
-
getDefaultProperties
ConfigProperties getDefaultProperties()
getDefaultProperties- Returns:
- the ConfigProperties
-
getAdminObjectInstance
List<AdminObjectInstance> getAdminObjectInstance()
getAdminObjectInstance- Returns:
- the List
-
-