|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Folder
object represents a container that can hold other
objects. These objects can be subfolders and any object
that implements the
ContainableObject
interface.
This interface defines the custom and system properties associated with a folder.
You can retrieve a Properties collection using the getProperties()
and getProperties(java.lang.String[] propNames)
methods,
which are defined in the ReadableMetadataObject
superinterface.
The com.filenet.wcm.api.Folder base interface defines methods for instantiating and working with Folder objects.
Field Summary | |
static java.lang.String |
idmAccessLevel
Read/Write. |
static java.lang.String |
idmAddedByUser
Contains the name of the user who added the Folder to the Library. |
static java.lang.String |
idmComment
Contains a comment about the Folder. |
static java.lang.String |
idmDateAdded
Contains the date and time the Folder was added to the Library. |
static java.lang.String |
idmFolderReplLibs
Contains the list of libraries to which this folder is replicated. |
static java.lang.String |
idmFolderReplSource
Contains the source (server^library) of a target replication folder (the string will be empty for normal folders and source replication folders) |
static java.lang.String |
idmFolderReplType
Indicates an idmFolderReplTypeXXX type value: idmFolderReplTypeNone, idmFolderReplTypeSource, idmFolderReplTypeSource. |
static int |
idmFolderReplTypeNone
Property value of 1 for folder type, indicating that folder is not replicated. |
static int |
idmFolderReplTypeSource
Property value of 2 for folder type, indicating that folder is a source replication folder. |
static int |
idmFolderReplTypeTarget
Property value of 3 for folder type, indicating that folder is a target replication folder. |
static java.lang.String |
STATE_CAN_CREATE_SUB_FOLDER
Returns True if the user has sufficient access to create a sub-folder on the folder. |
static java.lang.String |
STATE_CAN_DELETE
Returns True if the user has sufficient access to delete the folder. |
static java.lang.String |
STATE_CAN_FILE_IN
Returns True if the user has sufficient access to file objects into the folder. |
static java.lang.String |
STATE_CAN_MODIFY
Returns True if the user has sufficient access to modify the properties of the folder. |
static java.lang.String |
STATE_CAN_MOVE
Returns True if the user has sufficient access to move the folder to another folder. |
static java.lang.String |
STATE_CAN_UNFILE
Returns True if the user has sufficient access to unfile objects filed in the folder. |
static java.lang.String |
STATE_IS_REPLICA
Returns True if the folder is a Document Services replication folder; returns False for all other DS folders. |
Fields inherited from interface com.filenet.Panagon.PanagonObject |
idmId, idmName |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Methods inherited from interface com.filenet.wcm.api.Folder |
addSubFolder, addSubFolder, applySecurityTemplate, changeClass, delete, getAccessMask, getContainees, getContainees, getContainees, getContainees, getContainees, getContainees, getContaineesXML, getContaineesXML, getHeadLinks, getHeadLinksXML, getParentFolder, getParentFolderXML, getPermissionsXML, getSubscriptions, getTailLinks, getTailLinksXML, getUserAccess, getUserAccess, getUserAccess, getUserAccess, getUserAccessXML, move, raiseEvent |
Methods inherited from interface com.filenet.wcm.api.WorkflowTarget |
getWorkflowSubscriptions, getWorkflowSubscriptionsXML, getWorkflowSubscriptionsXML |
Methods inherited from interface com.filenet.wcm.api.WriteableSecurityObject |
setPermissions, setPermissions |
Methods inherited from interface com.filenet.wcm.api.WriteableMetadataObject |
setProperties |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Methods inherited from interface com.filenet.wcm.api.ReadableSecurityObject |
getPermissions, getPermissions |
Methods inherited from interface com.filenet.wcm.api.LockableObject |
extendLock, extendLock, isLocked, lock, unlock, unlock |
Field Detail |
public static final int idmFolderReplTypeNone
public static final int idmFolderReplTypeSource
public static final int idmFolderReplTypeTarget
public static final java.lang.String idmComment
public static final java.lang.String idmAddedByUser
public static final java.lang.String idmDateAdded
public static final java.lang.String idmFolderReplType
public static final java.lang.String idmFolderReplLibs
public static final java.lang.String idmFolderReplSource
public static final java.lang.String idmAccessLevel
public static final java.lang.String STATE_CAN_CREATE_SUB_FOLDER
public static final java.lang.String STATE_CAN_DELETE
public static final java.lang.String STATE_CAN_FILE_IN
public static final java.lang.String STATE_CAN_MODIFY
public static final java.lang.String STATE_CAN_MOVE
public static final java.lang.String STATE_CAN_UNFILE
public static final java.lang.String STATE_IS_REPLICA
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |