|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface DeploymentPlanBean
An XML deployment-planType(@http://xmlns.oracle.com/weblogic/deployment-plan). This is a complex type.
| Method Summary | |
|---|---|
abstract VariableAssignmentBean |
assignVariable(VariableBean var, ModuleDescriptorBean desc, DescriptorBean bean, String prop)Create new variable assignment from existing variable. |
abstract ModuleOverrideBean |
createModuleOverride() |
abstract void |
destroyModuleOverride(ModuleOverrideBean moduleOverride) |
abstract ModuleDescriptorBean |
findModuleDescriptor(String name, String uri)Get descriptor for module in plan. |
abstract ModuleOverrideBean |
findModuleOverride(String name)Get descriptor overrides for any module in plan. |
abstract VariableBean |
findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop) |
abstract VariableBean |
findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased) |
abstract VariableBean |
findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased, Object oldKeyValue) |
abstract ModuleOverrideBean |
findRootModule()A plan can have at most one ModuleOverride that represents the root module of the application. |
abstract VariableBean |
findVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop) |
abstract VariableAssignmentBean |
findVariableAssignment(ModuleDescriptorBean desc, DescriptorBean bean, String prop) |
abstract VariableAssignmentBean[] |
findVariableAssignments(VariableBean var) |
abstract String |
getApplicationName()Gets the "application-name" element |
abstract String |
getConfigRoot()Gets the "install-root" element |
abstract String |
getDescription()Gets the "description" element |
abstract ModuleOverrideBean[] |
getModuleOverrides()Gets array of all "module-override" elements |
abstract VariableDefinitionBean |
getVariableDefinition()Gets the "variable-definition" element |
abstract String |
getVersion()Gets the "version" element |
abstract boolean |
hasVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop) |
abstract boolean |
isGlobalVariables()Global variable names are of the form BeanName_[KeyValue_]PropertyName. |
abstract boolean |
isRemovable(DescriptorBean bean) |
abstract boolean |
rootModule(String moduleName) |
abstract void |
setApplicationName(String applicationName)Sets the "application-name" element |
abstract void |
setConfigRoot(String configRoot)Sets the "config-root" element |
abstract void |
setDescription(String description)Sets the "description" element |
abstract void |
setGlobalVariables(boolean global) |
abstract void |
setVersion(String version)Sets the "version" element |
abstract Object |
valueOf(VariableBean var) |
| Method Detail |
|---|
String getDescription()
void setDescription(String description)
description -String getApplicationName()
void setApplicationName(String applicationName)
applicationName -String getVersion()
void setVersion(String version)
version -VariableDefinitionBean getVariableDefinition()
ModuleOverrideBean[] getModuleOverrides()
ModuleOverrideBean createModuleOverride()
void destroyModuleOverride(ModuleOverrideBean moduleOverride)
ModuleOverrideBean findModuleOverride(String name)
ModuleDescriptorBean findModuleDescriptor(String name,
String uri)
String getConfigRoot()
void setConfigRoot(String configRoot)
configRoot -boolean rootModule(String moduleName)
moduleName -
boolean hasVariable(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop)
throws IllegalArgumentException
desc -bean -prop -IllegalArgumentException
VariableBean findVariable(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop)
throws IllegalArgumentException
desc -bean -prop -IllegalArgumentException
VariableBean findOrCreateVariable(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop,
boolean planBased)
throws IllegalArgumentException
desc -bean -prop -planBased -IllegalArgumentException - if the property is transient
VariableBean findOrCreateVariable(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop)
throws IllegalArgumentException
desc -bean -prop -IllegalArgumentException - if the property is transient
VariableBean findOrCreateVariable(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop,
boolean planBased,
Object oldKeyValue)
throws IllegalArgumentException
desc -bean -prop -planBased -oldKeyValue -IllegalArgumentException - if the property is transientVariableAssignmentBean[] findVariableAssignments(VariableBean var)
var -
VariableAssignmentBean findVariableAssignment(ModuleDescriptorBean desc,
DescriptorBean bean,
String prop)
throws IllegalArgumentException
desc -bean -prop -IllegalArgumentException - if the desc is nullObject valueOf(VariableBean var)
var -
VariableAssignmentBean assignVariable(VariableBean var,
ModuleDescriptorBean desc,
DescriptorBean bean,
String prop)
var -desc -bean -prop -boolean isGlobalVariables()
void setGlobalVariables(boolean global)
ModuleOverrideBean findRootModule()
boolean isRemovable(DescriptorBean bean)
throws IllegalArgumentException
bean -IllegalArgumentException
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||