Skip navigation links

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


Uses of Interface
weblogic.j2ee.descriptor.wl.VariableBean

Packages that use VariableBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl

 

Uses of VariableBean in weblogic.j2ee.descriptor.wl

 

Methods in weblogic.j2ee.descriptor.wl that return VariableBean
abstract  VariableBean VariableDefinitionBean.createVariable()
           
abstract  VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased)
           
abstract  VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
abstract  VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased, Object oldKeyValue)
           
abstract  VariableBean ResourceDeploymentPlanBean.findOrCreateVariable(ConfigResourceOverrideBean desc, DescriptorBean bean, String prop)
           
abstract  VariableBean ResourceDeploymentPlanBean.findOrCreateVariable(ConfigResourceOverrideBean desc, DescriptorBean bean, String prop, boolean planBased)
           
abstract  VariableBean ResourceDeploymentPlanBean.findOrCreateVariable(ConfigResourceOverrideBean desc, DescriptorBean bean, String prop, boolean planBased, Object oldKeyValue)
           
abstract  VariableBean DeploymentPlanBean.findVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
abstract  VariableBean ResourceDeploymentPlanBean.findVariable(ConfigResourceOverrideBean desc, DescriptorBean bean, String prop)
           
abstract  VariableBean[] VariableDefinitionBean.getVariables()
          Gets array of all "variable" elements

 

Methods in weblogic.j2ee.descriptor.wl with parameters of type VariableBean
abstract  VariableAssignmentBean DeploymentPlanBean.assignVariable(VariableBean var, ModuleDescriptorBean desc, DescriptorBean bean, String prop)
          Create new variable assignment from existing variable.
abstract  VariableAssignmentBean ResourceDeploymentPlanBean.assignVariable(VariableBean var, ConfigResourceOverrideBean desc, DescriptorBean bean, String prop)
          Create new variable assignment from existing variable.
abstract  void VariableDefinitionBean.destroyVariable(VariableBean variable)
           
abstract  VariableAssignmentBean[] DeploymentPlanBean.findVariableAssignments(VariableBean var)
           
abstract  VariableAssignmentBean[] ResourceDeploymentPlanBean.findVariableAssignments(VariableBean var)
           
abstract  Object DeploymentPlanBean.valueOf(VariableBean var)
           
abstract  Object ResourceDeploymentPlanBean.valueOf(VariableBean var)
           

 


Skip navigation links

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