You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Each Seed entity requires a reference to a Connector in order to be created. This page details how to create Connector using the Rest API

On this page

Create Connector


FieldOptionalDefaultMultipleNotesExample
typeNo-NoThe value must be the same as the type of the seed that will use this connector."filesystem"
descriptionNo-NoName of the connector object."MyFileSystemConnector"
artifactNo-NoThe mvn coordinates of the connector."com.accenture.aspire:aspire-filesystem-source"
propertiesNo-NoConfiguration object
debugYesfalseNoEnables the debug messagestrue / false
wDebugYesfalseNoEnables job logging.true / false
enableStatisticsYesfalseNoEnable to gather pipeline job statistics in the debug consoletrue / false
infoCacheSizeNo100NoThe size of the Source Info cache used by the connector200
mapCacheSizeNo100NoThe number of Storage maps kept in memory per seed200
setCacheSizeNo100NoThe number of Sets kept in memory per seed200
identityCacheSizeNo100NoThe number of identities kept in memory per seed.200
enableFetcherNotrueNoEnables document fetching for the seeds that use this connector.true / false
enableTextExtractNotrueNoEnables text extraction. By default, connectors use Apache Tika to extract text from downloaded documents. To apply special text processing to a downloaded document in the workflow, disable text extraction. The downloaded document is then available as a content stream.true / false
staticAclYes

[ ]

YesStatic ACL configuration object
nameNo-NoName of the static ACL."group1"
domainYes""NoDomain of the static ACL."testDomain"
entityYes"user"NoEntity (user / group) represented by the static ACL."user" / "group"
accessYes"allow"NoAccess (allow / deny) granted by the ACL."allow" / "deny"

Example

$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

  • No labels