com.ptc.windchill.counterpart
Interface CounterPartService

All Known Implementing Classes:
CounterPartServiceFwd, StandardCounterPartService

public interface CounterPartService



Supported API: false

Extendable: false


Method Summary
 CounterPartBundle download()
          

Supported API: false
 SerializedAttachment[] downloadAttachments(AttachmentLocator[] attachmentLocators)
          

Supported API: false
 CounterPartErrorReport finishUpload(String sessionID)
          

Supported API: false
 void initializeDelta(CounterPartBundle bundle)
          

Supported API: false
 boolean isLockedByMe()
          

Supported API: false
 void lock()
          

Supported API: false
 void unlock()
          

Supported API: false
 CounterPartUploadResults upload(CounterPartBundle bundle)
          

Supported API: false
 CounterPartErrorReport uploadAttachments(String sessionID, SerializedAttachment[] attachments)
          

Supported API: false
 CounterPartErrorReport validate(CounterPartBundle bundle)
          

Supported API: false
 

Method Detail

lock

public void lock()
          throws WTException


Supported API: false

Throws:
WTException

unlock

public void unlock()
            throws WTException


Supported API: false

Throws:
WTException

upload

public CounterPartUploadResults upload(CounterPartBundle bundle)
                                throws WTException


Supported API: false

Parameters:
bundle -
Returns:
CounterPartUploadResults
Throws:
WTException

uploadAttachments

public CounterPartErrorReport uploadAttachments(String sessionID,
                                                SerializedAttachment[] attachments)
                                         throws WTException


Supported API: false

Parameters:
sessionID -
attachments -
Returns:
CounterPartErrorReport
Throws:
WTException

finishUpload

public CounterPartErrorReport finishUpload(String sessionID)
                                    throws WTException


Supported API: false

Parameters:
sessionID -
Returns:
CounterPartErrorReport
Throws:
WTException

download

public CounterPartBundle download()
                           throws WTException


Supported API: false

Returns:
CounterPartBundle
Throws:
WTException

downloadAttachments

public SerializedAttachment[] downloadAttachments(AttachmentLocator[] attachmentLocators)
                                           throws WTException


Supported API: false

Parameters:
attachmentLocators -
Returns:
SerializedAttachment[]
Throws:
WTException

validate

public CounterPartErrorReport validate(CounterPartBundle bundle)
                                throws WTException


Supported API: false

Parameters:
bundle -
Returns:
CounterPartErrorReport
Throws:
WTException

isLockedByMe

public boolean isLockedByMe()
                     throws WTException


Supported API: false

Returns:
boolean
Throws:
WTException

initializeDelta

public void initializeDelta(CounterPartBundle bundle)
                     throws WTException


Supported API: false

Parameters:
bundle -
Throws:
WTException