com.crystaldecisions.sdk.plugin.destination.streamwork
Interface IStreamWork

All Superinterfaces:
IDestinationPlugin, IInfoObject

public interface IStreamWork
extends IInfoObject, IDestinationPlugin

Created by IntelliJ IDEA. User: I819684 Date: 4/18/11 Time: 12:23 AM To change this template use File | Settings | File Templates.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet
 
Field Summary
static java.lang.String KIND
           The Kind used to query for the StreamWork interface.
static java.lang.String PROGID
           The ProgID for the StreamWorkOptions Class.
 
Method Summary
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IDestinationPlugin
getScheduleOptions, properties
 

Field Detail

KIND

static final java.lang.String KIND

The Kind used to query for the StreamWork interface.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID

The ProgID for the StreamWorkOptions Class.

See Also:
Constant Field Values