public interface _IAttachment2
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
int | 
convert_CR_REF_TYPE_FieldValue(String typeId)
 Converts the given value of the CR_REF_TYPE field the way IAttachment.Type property does. 
 | 
String | 
convert_CR_REFERENCE_FieldValueToFileName(String filePath)
 Converts the given value of the CR_REFERENCE field the way IAttachment.FileName property does. 
 | 
String | 
convert_CR_REFERENCE_FieldValueToName(String filePath)
 Converts the given value of the CR_REFERENCE field the way IAttachment.Name property does. 
 | 
void | 
copyToResource(int lResourceID,
              String resourceFileName)
 Copies the attachment file to a test resource. 
 | 
void | 
postVirtual(boolean async)
 Post a virtual attachment asynchronously. 
 | 
void postVirtual(boolean async)
Post a virtual attachment asynchronously.
async - Mandatory boolean parameter.String convert_CR_REFERENCE_FieldValueToName(String filePath)
Converts the given value of the CR_REFERENCE field the way IAttachment.Name property does.
filePath - Mandatory java.lang.String parameter.String convert_CR_REFERENCE_FieldValueToFileName(String filePath)
Converts the given value of the CR_REFERENCE field the way IAttachment.FileName property does.
filePath - Mandatory java.lang.String parameter.int convert_CR_REF_TYPE_FieldValue(String typeId)
Converts the given value of the CR_REF_TYPE field the way IAttachment.Type property does.
typeId - Mandatory java.lang.String parameter.void copyToResource(int lResourceID,
                    String resourceFileName)
Copies the attachment file to a test resource.
lResourceID - Mandatory int parameter.resourceFileName - Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.