Interface AdminObjects
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
AdminObjectsImpl
public interface AdminObjects extends WlsMetadata
A generic AdminObjects.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminObjects.AttributeA Attribute.static classAdminObjects.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AdminObjectGroup>getAdminObjectGroup()getAdminObjectGroupConfigPropertiesgetDefaultProperties()getDefaultProperties
-
-
-
Method Detail
-
getDefaultProperties
ConfigProperties getDefaultProperties()
getDefaultProperties- Returns:
- the ConfigProperties
-
getAdminObjectGroup
List<AdminObjectGroup> getAdminObjectGroup()
getAdminObjectGroup- Returns:
- the List
-
-