| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataContainer | |
|---|---|
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data 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 | HashStructureNodeNode implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO. | 
|  class | IdeSystemThis class is for internal use, and should not be used by extension developers. | 
|  class | ProjectThis class represents a user project in the IDE. | 
|  class | WorkspaceWorkspace 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.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 Profileof 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 | ProviderNodeNode for a provider in the navigator. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||