public class PartialMdExport extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Constructor and Description |
|---|
PartialMdExport(boolean exportAttributeProperties,
boolean crossDataCenterExport,
Collection<String> mdObjectsUris)
Creates new PartialMdExport.
|
PartialMdExport(boolean exportAttributeProperties,
boolean crossDataCenterExport,
String... mdObjectsUris)
Creates new PartialMdExport.
|
PartialMdExport(Collection<String> mdObjectsUris)
Creates new PartialMdExport.
|
PartialMdExport(String... mdObjectsUris)
Creates new PartialMdExport.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getUris() |
boolean |
isCrossDataCenterExport() |
boolean |
isExportAttributeProperties() |
String |
toString() |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public PartialMdExport(String... mdObjectsUris)
mdObjectsUris - list of uris to metadata objects which should be exportedpublic PartialMdExport(Collection<String> mdObjectsUris)
mdObjectsUris - list of uris to metadata objects which should be exportedpublic PartialMdExport(boolean exportAttributeProperties,
boolean crossDataCenterExport,
String... mdObjectsUris)
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 exportedpublic PartialMdExport(boolean exportAttributeProperties,
boolean crossDataCenterExport,
Collection<String> mdObjectsUris)
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 exportedpublic Collection<String> getUris()
public boolean isCrossDataCenterExport()
public boolean isExportAttributeProperties()
Copyright © 2017. All rights reserved.