Package com.axemble.vdoc.sdk.interfaces
Interface IConnectionDefinition<T>
- All Superinterfaces:
- IDeletionSupport,- IElement,- IExternalReference,- IProtocolSupport,- ISecuritySupport,- Serializable
public interface IConnectionDefinition<T>
extends IExternalReference, IDeletionSupport, IElement, IProtocolSupport, ISecuritySupport
This class retrieves a connection from a specified external reference declared
 in the administration
- Author:
- ploureiro
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSystems or standards Category.static interfaceSystems or standards types.
- 
Method SummaryModifier and TypeMethodDescriptionGets a connection for the specified connection declared in the administrationgetLabel()Gets the organization object.Gets the value of a property.voidSets a value to a propertyMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IExternalReferencegetNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getLabelString getLabel()- Returns:
- the label of the connection.
 
- 
getDescriptionString getDescription()- Returns:
- the description of the connection.
 
- 
getOrganizationIOrganization getOrganization()Gets the organization object.- Returns:
- A IOrganizationobject.
 
- 
getCategoryNameString getCategoryName()- Returns:
- the categoryName of the connection
 
- 
setValueSets a value to a property- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
- 
getValueGets the value of a property.- Parameters:
- propertyName- The system name of the property.
- Returns:
- A Objectobject.
 
- 
getValues- Returns:
- all configuration values
 
- 
getConnectionT getConnection()Gets a connection for the specified connection declared in the administration- Returns:
- Connection object
 
 
-