Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.document.checkin
Interface ISCSCheckinFlags

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable

public interface ISCSCheckinFlags
extends ISCSObject

Flags that modify how a file is checked into the system.


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 boolean isFileCopy()
           
 boolean isFinished()
           
 void setFileCopy(boolean fileCopy)
           
 void setFinished(boolean finished)
          Set the finished flag

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Method Detail

isFinished

boolean isFinished()
Returns:
if this workflow checkin is finished

setFinished

void setFinished(boolean finished)
Set the finished flag
Parameters:
finished - set to true if this is a workflow check-in and you have finished editing it

isFileCopy

boolean isFileCopy()
Returns:
if true, the specified file (if using the ISCSActiveDocumentCheckinAPI#checkinFile(com.stellent.cis.client.api.scs.context.ISCSContext, com.stellent.cis.client.api.scs.ISCSContent, com.stellent.cis.client.api.scs.ISCSContentID, String) will be copied; if false, the file will be deleted

setFileCopy

void setFileCopy(boolean fileCopy)
Parameters:
fileCopy - set the file copy flag

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.