|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataContainer | |
---|---|
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. |
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.dt | |
oracle.jdeveloper.deploy.ear | |
oracle.jdeveloper.deploy.jar | |
oracle.jdeveloper.deploy.war | |
oracle.jdeveloper.offlinedb.browser | Offline Database Node implementations for the JDeveloper's Application Navigator. |
Uses of DataContainer in oracle.ide.model |
---|
Subclasses of DataContainer in oracle.ide.model | |
---|---|
class |
HashStructureNode Node implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO. |
class |
IdeSystem This class is for internal use, and should not be used by extension developers. |
class |
Project This class represents a user project in the IDE. |
class |
Workspace Workspace represents an Application. |
Methods in oracle.ide.model with parameters of type DataContainer | |
---|---|
protected boolean |
DataContainer.equalsImpl(DataContainer other) |
Uses of DataContainer in oracle.jdeveloper.audit.model |
---|
Methods in oracle.jdeveloper.audit.model that return DataContainer | |
---|---|
DataContainer |
StructureDependency.getContainer() Gets the data container target of this dependency. |
Methods in oracle.jdeveloper.audit.model with parameters of type DataContainer | |
---|---|
static void |
DependencyStructureListener.addDependency(Dependency dependency, DataContainer container) |
static void |
DependencyStructureListener.removeDependency(Dependency dependency, DataContainer container) |
Constructors in oracle.jdeveloper.audit.model with parameters of type DataContainer | |
---|---|
DependencyStructureListener(DataContainer container) |
|
StructureDependency(DataContainer container) Creates a dependency on a hash structure container. |
Uses of DataContainer in oracle.jdeveloper.deploy |
---|
Methods in oracle.jdeveloper.deploy that return DataContainer | |
---|---|
static DataContainer |
DeployUtil.getContainer(javax.swing.Action action, Context context) |
static DataContainer |
DeployUtil.getProfileDataContainer(Context context) Deprecated. Use profile.getDataContainer() instead. |
static DataContainer |
DeployUtil.getProfileDataContainer(DeployShell shell) Deprecated. Use profile.getDataContainer() instead. |
Methods in oracle.jdeveloper.deploy with parameters of type DataContainer | |
---|---|
static oracle.jdeveloper.deploy.common.ProfileDependable[] |
DeployUtil.getContainerProfileDependables(DataContainer container) Return an unordered array of all Container to Profile dependencies. |
static SecurityDeploymentSettings |
SecurityDeploymentSettings.getInstance(DataContainer container) |
static AutoSyncSettings |
AutoSyncSettings.getInstance(DataContainer container) |
static SecurityDeploymentSettings |
SecurityDeploymentSettings.getInstance(DataContainer container, boolean userPropertiesMode) |
static AutoSyncSettings |
AutoSyncSettings.getInstance(DataContainer container, boolean userPropertiesMode) |
static Profile |
DeployUtil.getProfile(DataContainer container, java.lang.String profileName) |
static oracle.jdeveloper.deploy.common.ProfileDependable[] |
DeployUtil.getProfileDependables(DataContainer container, oracle.jdeveloper.deploy.common.Interdependency profile) Returns an unordered array of all Container to Profiles and Profile to Dependable dependencies. |
static java.net.URL |
DeployUtil.getProfileURL(DataContainer container, Profile profile) |
static boolean |
SecurityDeploymentSettings.isCustomSettingsActive(DataContainer container) |
static boolean |
AutoSyncSettings.isCustomSettingsActive(DataContainer container) |
static void |
DeployUtil.setContainerType(javax.swing.Action action, DataContainer container) |
static void |
DeployUtil.setProfile(Context context, Profile profile, DataContainer container) |
static void |
DeployUtil.setProfileDataContainer(javax.swing.Action action, DataContainer container) Deprecated. The DataContainer for the Profile is set within the profile and is immutable. |
static void |
DeployUtil.setProfileDataContainer(Context context, DataContainer container) Deprecated. The DataContainer for the Profile is set within the profile and is immutable. |
Uses of DataContainer in oracle.jdeveloper.deploy.dt |
---|
Fields in oracle.jdeveloper.deploy.dt declared as DataContainer | |
---|---|
protected DataContainer |
Profile._dataContainer |
Methods in oracle.jdeveloper.deploy.dt that return DataContainer | |
---|---|
DataContainer |
Profile.getDataContainer() |
Methods in oracle.jdeveloper.deploy.dt with parameters of type DataContainer | ||
---|---|---|
void |
Profile.addDependency(Node node, DataContainer container) |
|
static void |
Deployment.buildDeploymentMenu(Context context, javax.swing.JMenu deployMenu, DataContainer dc) |
|
static
|
Deployment.createDeploymentProfile(DataContainer container, java.lang.String profileName, java.lang.Class<T> profileClass) Creates a Profile Profile of the specified name and type and associates it with a DataContainer. |
|
static Profile |
Deployment.createDeploymentProfile(HashStructure hash, DataContainer container) Creates a Profile from a HashStructure. |
|
static DeploymentProfiles |
DeploymentProfiles.getInstance(DataContainer container) |
|
static DeploymentProfiles |
DeploymentProfiles.getInstance(DataContainer container, boolean userPropertiesMode) |
|
static Profile |
DeploymentProfiles.getProfileByShortLabel(DataContainer container, java.lang.String name) Deprecated. |
|
static boolean |
DeploymentProfiles.isCustomSettingsActive(DataContainer container) |
|
protected Profile |
DeployProfileDt.newProfileInstance(DataContainer container, java.lang.String profileName) |
|
static boolean |
DeploymentProfiles.profileExists(DataContainer container, Profile profile) Deprecated. The isExist() question should be answered by the Dependable pointing to that Profile. See ProfileDependable.doesExist(). |
|
void |
Profile.setDataContainer(DataContainer dataContainer) |
Method parameters in oracle.jdeveloper.deploy.dt with type arguments of type DataContainer | |
---|---|
static java.net.URL |
Deployment.getDeployOutputDir(java.net.URL containerURL, java.lang.Class<? extends DataContainer> profileContainerClass) Returns the default deployment output directory as an URL. |
Uses of DataContainer in oracle.jdeveloper.deploy.ear |
---|
Method parameters in oracle.jdeveloper.deploy.ear with type arguments of type DataContainer | |
---|---|
protected void |
EarProfile.initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) |
Uses of DataContainer in oracle.jdeveloper.deploy.jar |
---|
Method parameters in oracle.jdeveloper.deploy.jar with type arguments of type DataContainer | |
---|---|
protected void |
ArchiveProfile.initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) |
protected void |
TaglibProfile.initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) |
static ArchiveProfile |
ArchiveProfile.newDefaultArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass, java.lang.Class<? extends ArchiveProfile> prototypeClass) |
Uses of DataContainer in oracle.jdeveloper.deploy.war |
---|
Method parameters in oracle.jdeveloper.deploy.war with type arguments of type DataContainer | |
---|---|
protected void |
WarProfile.initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) |
Uses of DataContainer in oracle.jdeveloper.offlinedb.browser |
---|
Subclasses of DataContainer in oracle.jdeveloper.offlinedb.browser | |
---|---|
class |
ProviderNode Node for a provider in the navigator. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |