public class ExporterCrawlerParameters extends Object
Constructor and Description |
---|
ExporterCrawlerParameters() |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.namespace.QName[] |
getExcludeAspects()
Gets the list of Aspects to exclude from the Export
|
org.alfresco.service.namespace.QName[] |
getExcludeChildAssocs()
Gets the list of Child Associations to exclude from the Export
|
String[] |
getExcludeNamespaceURIs()
Gets the list of namespace URIs to exlude from the Export
|
Location |
getExportFrom()
Gets the path to export from
|
String[] |
getIncludedPaths()
Gets the list of included paths to explicitly include in the Export
|
ReferenceType |
getReferenceType()
Gets the format of exported references
|
boolean |
isCrawlAssociations()
Crawl and export associations
|
boolean |
isCrawlChildNodes()
Crawl and export child nodes
|
boolean |
isCrawlContent()
Crawl and export content properties
|
boolean |
isCrawlNullProperties()
Crawl and export null properties
|
boolean |
isCrawlSelf()
Crawl and export node at export path
|
void |
setCrawlAssociations(boolean crawlAssociations)
Sets whether to crawl associations
|
void |
setCrawlChildNodes(boolean crawlChildNodes)
Sets whether to crawl child nodes
|
void |
setCrawlContent(boolean crawlContent)
Sets whether to crawl content
|
void |
setCrawlNullProperties(boolean crawlNullProperties)
Sets whether to crawl null properties
|
void |
setCrawlSelf(boolean crawlSelf)
Sets whether to crawl and export node at export path
|
void |
setExcludeAspects(org.alfresco.service.namespace.QName[] excludeAspects)
Sets the list of Aspects to exclude from the Export
|
void |
setExcludeChildAssocs(org.alfresco.service.namespace.QName[] excludeChildAssocs)
Sets the list of Child Associations to exclude from the Export
|
void |
setExcludeNamespaceURIs(String[] excludeNamespaceURIs)
Sets the list of namespace URIs to exclude from the Export
|
void |
setExportFrom(Location exportFrom)
Sets the path to export from
|
void |
setIncludedPaths(String[] includedPaths)
Sets the list of included paths to explicitly include in the Export
|
void |
setReferenceType(ReferenceType referenceType)
Sets the format of exported references (child and association references)
|
public boolean isCrawlChildNodes()
public void setCrawlChildNodes(boolean crawlChildNodes)
crawlChildNodes
- booleanpublic boolean isCrawlAssociations()
public void setCrawlAssociations(boolean crawlAssociations)
crawlAssociations
- booleanpublic boolean isCrawlContent()
public void setCrawlContent(boolean crawlContent)
crawlContent
- booleanpublic boolean isCrawlSelf()
public void setCrawlSelf(boolean crawlSelf)
crawlSelf
- booleanpublic boolean isCrawlNullProperties()
public void setCrawlNullProperties(boolean crawlNullProperties)
crawlNullProperties
- booleanpublic String[] getExcludeNamespaceURIs()
public void setExcludeNamespaceURIs(String[] excludeNamespaceURIs)
excludeNamespaceURIs
- String[]public org.alfresco.service.namespace.QName[] getExcludeAspects()
public void setExcludeAspects(org.alfresco.service.namespace.QName[] excludeAspects)
excludeAspects
- QName[]public org.alfresco.service.namespace.QName[] getExcludeChildAssocs()
public void setExcludeChildAssocs(org.alfresco.service.namespace.QName[] excludeChildAssocs)
excludeChildAssocs
- QName[]public String[] getIncludedPaths()
public void setIncludedPaths(String[] includedPaths)
includedPaths
- String[]public Location getExportFrom()
public void setExportFrom(Location exportFrom)
exportFrom
- Locationpublic ReferenceType getReferenceType()
public void setReferenceType(ReferenceType referenceType)
referenceType
- typeCopyright © 2005–2017 Alfresco Software. All rights reserved.