public class PartialMdExportToken extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Constructor and Description |
|---|
PartialMdExportToken(String token)
Creates new PartialMdExportToken.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getToken() |
boolean |
isImportAttributeProperties() |
boolean |
isOverwriteNewer() |
boolean |
isUpdateLDMObjects() |
void |
setImportAttributeProperties(boolean importAttributeProperties)
Sets the flag
importAttributeProperties. |
void |
setOverwriteNewer(boolean overwriteNewer)
Sets the flag
overwriteNewer. |
void |
setUpdateLDMObjects(boolean updateLDMObjects)
Sets the flag
updateLDMObjects. |
String |
toString() |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public PartialMdExportToken(String token)
token - token identifying metadata partially exported from another projectpublic String getToken()
public boolean isOverwriteNewer()
public boolean isUpdateLDMObjects()
public boolean isImportAttributeProperties()
public void setOverwriteNewer(boolean overwriteNewer)
overwriteNewer.
If true, UDM/ADM objects are overwritten without checking modification time.overwriteNewer - flag value to be setpublic void setUpdateLDMObjects(boolean updateLDMObjects)
updateLDMObjects.
If true, related LDM objects name, description and tags are overwrittenupdateLDMObjects - flag value to be setpublic void setImportAttributeProperties(boolean importAttributeProperties)
importAttributeProperties.
If true, following attribute properties are cloned:
'updateLDMObjects = true' for all mentioned types.'exportAttributeProperties = true'.importAttributeProperties - flag value to be setCopyright © 2017. All Rights Reserved.