public class ExporterCrawlerParameters
extends java.lang.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
|
java.lang.String[] |
getExcludeNamespaceURIs()
Gets the list of namespace URIs to exlude from the Export
|
Location |
getExportFrom()
Gets the path to export from
|
java.lang.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(java.lang.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(java.lang.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 - public boolean isCrawlAssociations()
public void setCrawlAssociations(boolean crawlAssociations)
crawlAssociations - public boolean isCrawlContent()
public void setCrawlContent(boolean crawlContent)
crawlContent - public boolean isCrawlSelf()
public void setCrawlSelf(boolean crawlSelf)
crawlSelf - public boolean isCrawlNullProperties()
public void setCrawlNullProperties(boolean crawlNullProperties)
crawlNullProperties - public java.lang.String[] getExcludeNamespaceURIs()
public void setExcludeNamespaceURIs(java.lang.String[] excludeNamespaceURIs)
excludeNamespaceURIs - public org.alfresco.service.namespace.QName[] getExcludeAspects()
public void setExcludeAspects(org.alfresco.service.namespace.QName[] excludeAspects)
excludeAspects - public org.alfresco.service.namespace.QName[] getExcludeChildAssocs()
public void setExcludeChildAssocs(org.alfresco.service.namespace.QName[] excludeChildAssocs)
excludeChildAssocs - public java.lang.String[] getIncludedPaths()
public void setIncludedPaths(java.lang.String[] includedPaths)
includedPaths - public Location getExportFrom()
public void setExportFrom(Location exportFrom)
exportFrom - public ReferenceType getReferenceType()
public void setReferenceType(ReferenceType referenceType)
reference - typeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.