Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.fc.bpm | |
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
com.documentum.fc.common |
Provides classes and interfaces to utility functionality associated with all DFC objects.
|
Modifier and Type | Method and Description |
---|---|
IDfTime |
IDfClientX.getTime(java.lang.String time,
java.lang.String pattern)
Factory method for an
IDfTime object. |
IDfTime |
DfClientX.getTime(java.lang.String time,
java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
void |
IDfAttributeValueCondition.setTimeValue(IDfTime value)
Sets a time value for use within the comparison.
|
Modifier and Type | Method and Description |
---|---|
IDfTime |
IDfPackage.getAcceptanceDate()
Returns the acceptance date, which identifies when a package arrived and was
accepted by an input port.
|
IDfTime |
IDfSysObject.getAccessDate()
Returns the date the content of this object was last accessed.
|
IDfTime |
IDfQueueItem.getActualStartDate()
Returns the date on which work on the item actually started.
|
IDfTime |
IDfWorkitem.getCreationDate()
Returns the date on which the work item was created.
|
IDfTime |
IDfWorkflowAttachment.getCreationDate()
Returns the r_creation_date attribute of the object.
|
IDfTime |
IDfSysObject.getCreationDate()
Returns the r_creation_date attribute of the object.
|
IDfTime |
IDfQueueItem.getDateSent()
Returns the date the work item, task, or event was sent.
|
IDfTime |
IDfQueueItem.getDequeuedDate()
Returns the date on which the item was dequeued.
|
IDfTime |
IDfWorkitem.getDueDate()
Returns the work item's due date.
|
IDfTime |
IDfQueueItem.getDueDate()
Returns the date on which the associated work item or task is expected to
be completed.
|
IDfTime |
IDfRelation.getEffectiveDate()
Not system defined.
|
IDfTime |
IDfLoadRecord.getEndTime() |
IDfTime |
IDfDumpRecord.getEndTime() |
IDfTime |
IDfRelation.getExpirationDate()
Not system defined.
|
IDfTime |
IDfServerMap.getLastCheckpoint(int index)
Returns the time that the server last reported to the connection broker.
|
IDfTime |
IDfWorkitem.getLaunchTimeout()
Returns the launch timeout value of this work item.
|
IDfTime |
IDfSysObject.getLockDate()
Returns the date this object was locked.
|
IDfTime |
IDfUser.getModifyDate()
Returns the time and date that a user was last modified.
|
IDfTime |
IDfSysObject.getModifyDate()
Returns the r_modify_date attribute of the object.
|
IDfTime |
IDfGroup.getModifyDate()
Returns the time and date that a group object was last modified.
|
IDfTime |
IDfServerMap.getNextCheckpoint(int index)
Returns the time that the server is next expected to report to the connection broker.
|
IDfTime |
IDfPackage.getNoteCreationDate(int noteIndex)
Returns an IDfTime interface which contains the creation date of the specified note.
|
IDfTime |
IDfQueueItem.getPlanStartDate()
Returns the expected starting date of the associated router task.
|
IDfTime |
IDfWorkflow.getPostTimer(int valueIndex)
Returns the post-timer value for an activity.
|
IDfTime |
IDfWorkflow.getPreTimer(int valueIndex)
Returns the pre-timer value for an activity.
|
IDfTime |
IDfTypedObject.getRepeatingTime(java.lang.String attributeName,
int valueIndex)
Returns a date/time value stored in a repeating attribute.
|
IDfTime |
IDfSysObject.getRetainUntilDate()
Returns the retain until date for this object.
|
IDfTime |
IDfSysObject.getRetentionDate()
Used internally.
|
IDfTime |
IDfRetainer.getRetentionDate()
Returns the dm_retainer.retention_date value.
|
IDfTime |
IDfQueueItem.getSignOffDate()
Returns the date on which the work item or task was signed off.
|
IDfTime |
IDfWorkflow.getStartDate()
Returns the start date of the workflow.
|
IDfTime |
IDfLoadRecord.getStartTime() |
IDfTime |
IDfDumpRecord.getStartTime() |
IDfTime |
IDfTypedObject.getTime(java.lang.String attributeName)
Returns the date/time value of an attribute.
|
IDfTime |
IDfSysObject.getTimeContentAttr(java.lang.String name,
java.lang.String formatName,
int page,
java.lang.String pageModifier)
Return a time content attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfTypedObject.appendTime(java.lang.String attributeName,
IDfTime value)
Appends a date/time value to a repeating attribute.
|
IDfId |
IDfSession.archive(java.lang.String predicate,
java.lang.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 by
scheduleDate . |
void |
IDfSysObject.cancelScheduledPromote(IDfTime scheduleDate)
This will cancel the scheduled promote for the date/time specified in the
scheduleDate 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 |
IDfTypedObject.findTime(java.lang.String attributeName,
IDfTime value)
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(java.lang.String attributeName,
int valueIndex,
IDfTime value)
Inserts a date/time value into a repeating attribute.
|
IDfId |
IDfWorkitem.queue(java.lang.String user,
java.lang.String eventType,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Sends an event to a workitem.
|
IDfId |
IDfWorkflow.queue(java.lang.String supervisor,
java.lang.String eventType,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Sends an event to a workflow.
|
IDfId |
IDfSysObject.queue(java.lang.String queueOwner,
java.lang.String event,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Places the object on a specified queue.
|
IDfId |
IDfSession.restore(java.lang.String predicate,
java.lang.String dumpFile,
java.lang.String operatorName,
int priority,
boolean sendMail,
IDfTime dueDate)
Queues a request to restore a content file or files from the archives.
|
void |
IDfSysObject.scheduleDemote(java.lang.String state,
IDfTime schedule_date)
Schedules the sysobject to demote from its current normal state to
the state defined in the
state parameter. |
void |
IDfSysObject.schedulePromote(java.lang.String state,
IDfTime scheduleDate,
boolean override)
Schedules a sysobject to be promoted to the next state on a
particular date/time specified by the
scheduleDate
parameter. |
void |
IDfSysObject.scheduleResume(java.lang.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(java.lang.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(java.lang.String attributeName,
int valueIndex,
IDfTime value)
Sets a date/time value of a repeating attribute.
|
void |
IDfTypedObject.setTime(java.lang.String attributeName,
IDfTime value)
Sets the date/time value of an attribute.
|
void |
IDfSysObject.setTimeContentAttribute(java.lang.String name,
IDfTime value,
java.lang.String formatName,
int page,
java.lang.String pageModifier)
Set a Date/Time content attribute.
|
Modifier and Type | Method and Description |
---|---|
IDfTime |
IDfResultEntry.getRepeatingTime(java.lang.String attrName,
int valueIndex)
Returns the time value stored in a repeating attribute, located at a specific index.
|
IDfTime |
IDfResultEntry.getTime(java.lang.String attrName)
Returns the time value stored in a specific attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
IDfResultEntry.findTime(java.lang.String attrName,
IDfTime value)
Searches through the values in a repeating attribute and returns the first index value that corresponds to the
specified time value.
|
Modifier and Type | Class and Description |
---|---|
class |
DfTime
An implementation of the IDfTime interface.
|
Modifier and Type | Method and Description |
---|---|
IDfTime |
IDfValue.asTime()
Returns the contents of a value object as an
IDfTime interface. |
IDfTime |
IDfList.getTime(int index)
Fetches an instance of an IDfTime object from the list at the specified index.
|
IDfTime |
IDfProperties.getTime(java.lang.String propertyName)
Returns an IDfTime interface to which the specified property name is mapped to
in the object.
|
Modifier and Type | Method and Description |
---|---|
int |
IDfList.appendTime(IDfTime value)
Appends an instance of an IDfTime object to the list.
|
int |
IDfTime.compareTo(IDfTime time)
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 |
DfTime.compareTo(IDfTime object) |
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 |
IDfProperties.putTime(java.lang.String propertyName,
IDfTime propertyValue)
Maps the specified property name to the specified IDfTime interface property value.
|
void |
IDfList.setTime(int index,
IDfTime value)
Adds an instance of an IDfTime interface into the list at a specified index.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.