abstractRepositoryConnector Data Type

Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
blackListPatterns string element 0/unbounded  
disabled boolean element 1/1  
policies (custom) element 0/1  
policiesEntries propertyEntry element 0/unbounded  
properties (custom) element 0/1  
propertiesEntries propertyEntry element 0/unbounded  
proxyId string element 0/1  
sourceRepoId string element 0/1  
targetRepoId string element 0/1  
whiteListPatterns string element 0/unbounded  

Example

<a----->
  <propertiesEntries>
    <key>...</key>
    <value>...</value>
  </propertiesEntries>
  <blackListPatterns>...</blackListPatterns>
  <sourceRepoId>...</sourceRepoId>
  <whiteListPatterns>...</whiteListPatterns>
  <disabled>...</disabled>
  <properties>...</properties>
  <targetRepoId>...</targetRepoId>
  <policies>...</policies>
  <policiesEntries>
    <key>...</key>
    <value>...</value>
  </policiesEntries>
  <proxyId>...</proxyId>
</a----->