com.ptc.windchill.counterpart
Class CounterPartServiceFwd

java.lang.Object
  extended bycom.ptc.windchill.counterpart.CounterPartServiceFwd
All Implemented Interfaces:
CounterPartService, RemoteAccess, Serializable

public class CounterPartServiceFwd
extends Object
implements RemoteAccess, CounterPartService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CounterPartServiceFwd()
           
 
Method Summary
 CounterPartBundle download()
          

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

Supported API: false
 CounterPartErrorReport finishUpload(String sessionID)
          

Supported API: false
private static Manager getManager()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CounterPartServiceFwd

public CounterPartServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

lock

public void lock()
          throws WTException


Supported API: false

Specified by:
lock in interface CounterPartService
Throws:
WTException

unlock

public void unlock()
            throws WTException


Supported API: false

Specified by:
unlock in interface CounterPartService
Throws:
WTException

upload

public CounterPartUploadResults upload(CounterPartBundle bundle)
                                throws WTException


Supported API: false

Specified by:
upload in interface CounterPartService
Parameters:
bundle -
Returns:
CounterPartUploadResults
Throws:
WTException

uploadAttachments

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


Supported API: false

Specified by:
uploadAttachments in interface CounterPartService
Parameters:
sessionID -
attachments -
Returns:
CounterPartErrorReport
Throws:
WTException

finishUpload

public CounterPartErrorReport finishUpload(String sessionID)
                                    throws WTException


Supported API: false

Specified by:
finishUpload in interface CounterPartService
Parameters:
sessionID -
Returns:
CounterPartErrorReport
Throws:
WTException

download

public CounterPartBundle download()
                           throws WTException


Supported API: false

Specified by:
download in interface CounterPartService
Returns:
CounterPartBundle
Throws:
WTException

downloadAttachments

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


Supported API: false

Specified by:
downloadAttachments in interface CounterPartService
Parameters:
attachmentLocators -
Returns:
SerializedAttachment[]
Throws:
WTException

validate

public CounterPartErrorReport validate(CounterPartBundle bundle)
                                throws WTException


Supported API: false

Specified by:
validate in interface CounterPartService
Parameters:
bundle -
Returns:
CounterPartErrorReport
Throws:
WTException

isLockedByMe

public boolean isLockedByMe()
                     throws WTException


Supported API: false

Specified by:
isLockedByMe in interface CounterPartService
Returns:
boolean
Throws:
WTException

initializeDelta

public void initializeDelta(CounterPartBundle bundle)
                     throws WTException


Supported API: false

Specified by:
initializeDelta in interface CounterPartService
Parameters:
bundle -
Throws:
WTException