Oracle Fusion Middleware Java API Reference for Oracle API Manager
12c (12.1.3)
E59809-01
- java.lang.Object
-
- oracle.apimanager.importexport.CatalogImportPlan
-
- All Implemented Interfaces:
- java.io.Serializable
public class CatalogImportPlan
extends java.lang.Object
implements java.io.Serializable
Represents how an import will be executed. An import plan contains all necessary
information to import a set of catalog data.
- See Also:
- Serialized Form
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.util.Set<java.lang.String> |
getProjects()
returns the projects used to filter the APIs.
|
void |
setProjects(java.util.Set<java.lang.String> projects)
sets the projects used to filter the APIs for which to import the
catalog data.
|
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProjects
public java.util.Set<java.lang.String> getProjects()
returns the projects used to filter the APIs.
if the project set is null or empty, APIs for all projects will be included.
Oracle Fusion Middleware Java API Reference for Oracle API Manager
12c (12.1.3)
E59809-01
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.