Package com.gooddata.md.maintenance
Class PartialMdExport
- java.lang.Object
-
- com.gooddata.md.maintenance.PartialMdExport
-
public class PartialMdExport extends Object
Partial metadata export configuration structure. Serialization only.
-
-
Constructor Summary
Constructors Constructor Description PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, String... mdObjectsUris)Creates new PartialMdExport.PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, Collection<String> mdObjectsUris)Creates new PartialMdExport.PartialMdExport(String... mdObjectsUris)Creates new PartialMdExport.PartialMdExport(Collection<String> mdObjectsUris)Creates new PartialMdExport.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getUris()booleanisCrossDataCenterExport()booleanisExportAttributeProperties()StringtoString()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
TEMPLATE
public static final org.springframework.web.util.UriTemplate TEMPLATE
-
-
Constructor Detail
-
PartialMdExport
public PartialMdExport(String... mdObjectsUris)
Creates new PartialMdExport. At least one uri should be given. Sets crossDataCenterExport and exportAttributeProperties to false.- Parameters:
mdObjectsUris- list of uris to metadata objects which should be exported
-
PartialMdExport
public PartialMdExport(Collection<String> mdObjectsUris)
Creates new PartialMdExport. At least one uri should be given. Sets crossDataCenterExport and exportAttributeProperties to false.- Parameters:
mdObjectsUris- list of uris to metadata objects which should be exported
-
PartialMdExport
public PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, String... mdObjectsUris)Creates new PartialMdExport. At least one uri should be given.- Parameters:
exportAttributeProperties- whether to add necessary data to be able to clone attribute propertiescrossDataCenterExport- whether export should be usable in any Data CentermdObjectsUris- list of uris to metadata objects which should be exported
-
PartialMdExport
public PartialMdExport(boolean exportAttributeProperties, boolean crossDataCenterExport, Collection<String> mdObjectsUris)Creates new PartialMdExport. At least one uri should be given.- Parameters:
exportAttributeProperties- whether to add necessary data to be able to clone attribute propertiescrossDataCenterExport- whether export should be usable in any Data CentermdObjectsUris- list of uris to metadata objects which should be exported
-
-
Method Detail
-
getUris
public Collection<String> getUris()
-
isCrossDataCenterExport
public boolean isCrossDataCenterExport()
-
isExportAttributeProperties
public boolean isExportAttributeProperties()
-
-