Uses of Interface
com.documentum.fc.common.IDfTime
Packages that use IDfTime
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
Provides classes and interfaces to utility functionality associated with all DFC objects.
-
Uses of IDfTime in com.documentum.com
Methods in com.documentum.com that return IDfTime -
Uses of IDfTime in com.documentum.fc.bpm
Methods in com.documentum.fc.bpm with parameters of type IDfTimeModifier and TypeMethodDescriptionvoid
IDfAttributeValueCondition.setTimeValue
(IDfTime value) Sets a time value for use within the comparison. -
Uses of IDfTime in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfTimeModifier and TypeMethodDescriptionIDfPackage.getAcceptanceDate()
Returns the acceptance date, which identifies when a package arrived and was accepted by an input port.IDfSysObject.getAccessDate()
Returns the date the content of this object was last accessed.IDfQueueItem.getActualStartDate()
Returns the date on which work on the item actually started.IDfSysObject.getCreationDate()
Returns the r_creation_date attribute of the object.IDfWorkflowAttachment.getCreationDate()
Returns the r_creation_date attribute of the object.IDfWorkitem.getCreationDate()
Returns the date on which the work item was created.IDfQueueItem.getDateSent()
Returns the date the work item, task, or event was sent.IDfQueueItem.getDequeuedDate()
Returns the date on which the item was dequeued.IDfQueueItem.getDueDate()
Returns the date on which the associated work item or task is expected to be completed.IDfWorkitem.getDueDate()
Returns the work item's due date.IDfRelation.getEffectiveDate()
Not system defined.IDfDumpRecord.getEndTime()
IDfLoadRecord.getEndTime()
IDfRelation.getExpirationDate()
Not system defined.IDfServerMap.getLastCheckpoint
(int index) Returns the time that the server last reported to the connection broker.IDfWorkitem.getLaunchTimeout()
Returns the launch timeout value of this work item.IDfSysObject.getLockDate()
Returns the date this object was locked.IDfGroup.getModifyDate()
Returns the time and date that a group object was last modified.IDfSysObject.getModifyDate()
Returns the r_modify_date attribute of the object.IDfUser.getModifyDate()
Returns the time and date that a user was last modified.IDfServerMap.getNextCheckpoint
(int index) Returns the time that the server is next expected to report to the connection broker.IDfPackage.getNoteCreationDate
(int noteIndex) Returns an IDfTime interface which contains the creation date of the specified note.IDfQueueItem.getPlanStartDate()
Returns the expected starting date of the associated router task.IDfWorkflow.getPostTimer
(int valueIndex) Returns the post-timer value for an activity.IDfWorkflow.getPreTimer
(int valueIndex) Returns the pre-timer value for an activity.IDfTypedObject.getRepeatingTime
(String attributeName, int valueIndex) Returns a date/time value stored in a repeating attribute.IDfSysObject.getRetainUntilDate()
Returns the retain until date for this object.IDfRetainer.getRetentionDate()
Returns the dm_retainer.retention_date value.IDfSysObject.getRetentionDate()
Used internally.IDfQueueItem.getSignOffDate()
Returns the date on which the work item or task was signed off.IDfWorkflow.getStartDate()
Returns the start date of the workflow.IDfDumpRecord.getStartTime()
IDfLoadRecord.getStartTime()
Returns the date/time value of an attribute.IDfSysObject.getTimeContentAttr
(String name, String formatName, int page, String pageModifier) Return a time content attribute.Methods in com.documentum.fc.client with parameters of type IDfTimeModifier and TypeMethodDescriptionvoid
IDfTypedObject.appendTime
(String attributeName, IDfTime value) Appends a date/time value to a repeating attribute.IDfSession.archive
(String predicate, String operatorName, int priority, boolean sendMail, IDfTime dueDate) Queues an archive request to the repository operator.void
IDfSysObject.cancelScheduledDemote
(IDfTime scheduleDate) This will cancel the scheduled demote of the sysobject at the date/time specifed byscheduleDate
.void
IDfSysObject.cancelScheduledPromote
(IDfTime scheduleDate) This will cancel the scheduled promote for the date/time specified in thescheduleDate
argument.void
IDfSysObject.cancelScheduledResume
(IDfTime schedule) This will cancel a scheduled resume of the sysobject for a certain date/time.void
IDfSysObject.cancelScheduledSuspend
(IDfTime scheduleDate) This method can be used to cancel a scheduled suspend of the sysobject at a date/time.int
Searches through the values in a repeating attribute and returns the index of the first value that matches the specified date/time value.void
IDfTypedObject.insertTime
(String attributeName, int valueIndex, IDfTime value) Inserts a date/time value into a repeating attribute.IDfSysObject.queue
(String queueOwner, String event, int priority, boolean sendMail, IDfTime dueDate, String message) Places the object on a specified queue.IDfWorkflow.queue
(String supervisor, String eventType, int priority, boolean sendMail, IDfTime dueDate, String message) Sends an event to a workflow.IDfWorkitem.queue
(String user, String eventType, int priority, boolean sendMail, IDfTime dueDate, String message) Sends an event to a workitem.IDfSession.restore
(String predicate, String dumpFile, String operatorName, int priority, boolean sendMail, IDfTime dueDate) Queues a request to restore a content file or files from the archives.void
IDfSysObject.scheduleDemote
(String state, IDfTime schedule_date) Schedules the sysobject to demote from its current normal state to the state defined in thestate
parameter.void
IDfSysObject.schedulePromote
(String state, IDfTime scheduleDate, boolean override) Schedules a sysobject to be promoted to the next state on a particular date/time specified by thescheduleDate
parameter.void
IDfSysObject.scheduleResume
(String state, IDfTime scheduleDate, boolean toBase, boolean override) Schedules to resume the sysobject from an exception state to the next state at the specified date/time.void
IDfSysObject.scheduleSuspend
(String state, IDfTime scheduleDate, boolean override) Schedule a suspend of the sysobject from its current state to the exception state at a certain date/time.void
IDfRetainer.setDateRetentionPeriod
(IDfTime retentionDate) Specifies the retention period for the retainer.void
IDfRelation.setEffectiveDate
(IDfTime date) Not system defined.void
IDfRelation.setExpirationDate
(IDfTime date) Not system defined.void
IDfTypedObject.setRepeatingTime
(String attributeName, int valueIndex, IDfTime value) Sets a date/time value of a repeating attribute.void
Sets the date/time value of an attribute.void
IDfSysObject.setTimeContentAttribute
(String name, IDfTime value, String formatName, int page, String pageModifier) Set a Date/Time content attribute. -
Uses of IDfTime in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfTimeModifier and TypeMethodDescriptionIDfResultEntry.getRepeatingTime
(String attrName, int valueIndex) Returns the time value stored in a repeating attribute, located at a specific index.Returns the time value stored in a specific attribute.Methods in com.documentum.fc.client.search with parameters of type IDfTime -
Uses of IDfTime in com.documentum.fc.common
Classes in com.documentum.fc.common that implement IDfTimeMethods in com.documentum.fc.common that return IDfTimeModifier and TypeMethodDescriptionIDfValue.asTime()
Returns the contents of a value object as anIDfTime
interface.IDfList.getTime
(int index) Fetches an instance of an IDfTime object from the list at the specified index.Returns an IDfTime interface to which the specified property name is mapped to in the object.Methods in com.documentum.fc.common with parameters of type IDfTimeModifier and TypeMethodDescriptionint
IDfList.appendTime
(IDfTime value) Appends an instance of an IDfTime object to the list.int
int
Returns 1 if this date/time is later than the argument "time"; 0 if the two date/times are the same; or -1 if this date/time object represents an older time than the argument.int
IDfList.findTimeIndex
(IDfTime value) Returns the index of the first occurrence of an IDfTime object in the list.void
IDfList.insertTime
(int index, IDfTime value) Inserts an instance of an IDfTime object into the list at a specified index.void
Maps the specified property name to the specified IDfTime interface property value.void
Adds an instance of an IDfTime interface into the list at a specified index.