com.ibm.ftt.projects.core.logical
Interface IRemoteWorker


public interface IRemoteWorker

Interface defining implementation specific methods required by classes implementing IRemoteResources but which we do not intend to make public


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 boolean isDownload()
          Returns a boolean indicating whether this object has been chosen for down-load as part of the go off-line action.
 void setDownload(boolean download)
          Sets the boolean attribute indicating whether this object has been chosen for down-load as part of the go off-line action.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

isDownload

boolean isDownload()
Returns a boolean indicating whether this object has been chosen for down-load as part of the go off-line action. Since not all resources need be down-loaded when a project is off-line, we need a way to indicate which resources were down-loaded and therefore accessible in the off-line state.

Returns:
true if this object has been chosen for down-load as part of the go off-line action.

setDownload

void setDownload(boolean download)
Sets the boolean attribute indicating whether this object has been chosen for down-load as part of the go off-line action.

See Also:
IRemoteWorker.isDownload().