Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element WebDAVFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+WebDAVFragment

References Notes

This element includes the parameters for a WebDAV file transfer connection including BasicAuthentication and URLConnection configuration items.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the WebDAVFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_WebDAVFragment.tmp#WebDAVFragment_name YADE_configuration_v1_0_xsd_Element_URLConnection.tmp#URLConnection YADE_configuration_v1_0_xsd_Element_AcceptUntrustedCertificate.tmp#AcceptUntrustedCertificate YADE_configuration_v1_0_xsd_Element_DisableCertificateHostnameVerification.tmp#DisableCertificateHostnameVerification YADE_configuration_v1_0_xsd_Element_BasicAuthentication.tmp#BasicAuthentication YADE_configuration_v1_0_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_0_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_0_xsd_Element_ProxyForWebDAV.tmp#ProxyForWebDAV
Properties
content complex
Used by
Model
Instance
<WebDAVFragment name="">
  <URLConnection>{1,1}</URLConnection>
  <AcceptUntrustedCertificate>{0,1}</AcceptUntrustedCertificate>
  <DisableCertificateHostnameVerification>{0,1}</DisableCertificateHostnameVerification>
  <BasicAuthentication>{1,1}</BasicAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <ProxyForWebDAV>{0,1}</ProxyForWebDAV>
</WebDAVFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Attribute WebDAVFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Type xs:NMTOKEN
Properties
use required
Used by
Element WebDAVFragment