public interface S_LibrarySessionInterface
This interface can be implemented to create a backend implementation of the CMSDK data model.
void DMSetApplicationName(String name) throws IfsException
IfsExceptionvoid DMSetLibrarySession(LibrarySession session) throws IfsException
IfsExceptionLong DMGetSessionId() throws IfsException
IfsExceptionLong DMGetServiceId() throws IfsException
IfsExceptionLong DMGetClockOffset() throws IfsException
IfsExceptionString DMGetSchemaName() throws IfsException
IfsExceptionvoid DMCancelOperation()
throws IfsException
IfsExceptionHashtable DMGetServiceConfigurationProperties() throws IfsException
IfsExceptionString[] DMGetRepositoryParameterNames(String prefix) throws IfsException
IfsExceptionString DMGetRepositoryParameter(String name) throws IfsException
IfsExceptionvoid DMSetRepositoryParameter(String name, String value) throws IfsException
IfsExceptionvoid DMDeleteRepositoryParameter(String name) throws IfsException
IfsExceptionString DMGetEncryptedRepositoryParameter(String name) throws IfsException
IfsExceptionvoid DMSetEncryptedRepositoryParameter(String name, String value) throws IfsException
IfsExceptionvoid DMUpdateLocalizer(Hashtable properties) throws IfsException
IfsExceptionvoid DMUpdateSessionDefaults(Hashtable properties) throws IfsException
IfsExceptionvoid DMRegisterEventHandler(Long id) throws IfsException
IfsExceptionvoid DMDeregisterEventHandler(Long id) throws IfsException
IfsExceptionvoid DMRegisterClassEventHandler(Long classId) throws IfsException
IfsExceptionvoid DMDeregisterClassEventHandler(Long classId) throws IfsException
IfsExceptionvoid DMRegisterServiceEventHandler(IfsEventHandler handler) throws IfsException
IfsExceptionvoid DMDeregisterServiceEventHandler(IfsEventHandler handler) throws IfsException
IfsExceptionvoid DMTrace(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String classname,
String payload)
throws IfsException
IfsExceptionvoid DMSetSessionTraceLoggerLevels(int[] levels)
throws IfsException
IfsExceptionint[] DMGetSessionTraceLoggerLevels()
throws IfsException
IfsExceptionvoid DMSetServiceTraceLoggerLevels(int[] levels)
throws IfsException
IfsExceptionint[] DMGetServiceTraceLoggerLevels()
throws IfsException
IfsExceptionvoid DMPostEvent(IfsEvent event) throws IfsException
IfsExceptionvoid DMProcessEvents()
throws IfsException
IfsExceptionVector DMProcessEventsInBackground() throws IfsException
IfsExceptionvoid DMFlushEvents()
throws IfsException
IfsExceptionvoid DMForceReadEvents()
throws IfsException
IfsExceptionvoid DMDisconnect()
throws IfsException
IfsExceptionlong DMVersionNumber()
throws IfsException
IfsExceptionString DMVersionString() throws IfsException
IfsExceptionlong DMSchemaVersionNumber()
throws IfsException
IfsExceptionString DMSchemaVersionString() throws IfsException
IfsExceptionString DMGetNLSDatabaseParameterValue(String parameter) throws IfsException
IfsExceptionVector DMListWastebasketSelectorItems(String searchClass, String searchDefinition, boolean recursive, SortSpecification sort) throws IfsException
IfsExceptionlong DMGetWastebasketSelectorItemCount(String searchClass, String searchDefinition, boolean recursive) throws IfsException
IfsExceptionlong DMOpenWastebasketSelector(String searchClass, String searchDefinition, boolean recursive, SortSpecification sort) throws IfsException
IfsExceptionvoid DMPostAuditEvent(AuditEvent event, int mode) throws IfsException
IfsExceptionLong DMDirectlyDispatchAuditEvent(AuditEvent event, Long specId) throws IfsException
IfsExceptionRawAuditEvent[] DMSelectRawAuditEvents(String filterClause, int maxItems) throws IfsException
IfsExceptionvoid DMRemoveRawAuditEvents(RawAuditEvent[] rawEvents) throws IfsException
IfsExceptionvoid DMHandleAuditEventDispatchRequests(ArrayList reqList, String tableName) throws IfsException
IfsExceptionAuditEvent[] DMSelectAuditEvents(Long auditSpec, String filterClause, AttributeValue[] bindValues, String sortClause, int maxItems) throws IfsException
IfsExceptionAttributeValue[] DMSelectAggregateAuditEventColumns(Long auditSpec, String aggFunction, String[] columnNames, String[] innerColNames, String filterClause, String sortClause) throws IfsException
IfsExceptionvoid DMRemoveAuditEvents(long[] eventIds,
String tableName)
throws IfsException
IfsExceptionvoid DMRemoveAuditEventsForTarget(Long specId, Long targetId) throws IfsException
IfsExceptionAuditFolderPath DMSelectSpecificAuditFolderPath(long folderPathId) throws IfsException
IfsExceptionint DMRegisterAuditEventOperationType(String opTypeKey, int targetCode, String targetClassName, int opCode, Boolean createOrFree) throws IfsException
IfsExceptionvoid DMUnregisterAuditEventOperationType(String opTypeKey) throws IfsException
IfsExceptionint[] DMLookupAuditEventOperationTypes(String[] keys) throws IfsException
IfsExceptionString[] DMLookupAuditEventOperationTypeKeys(int[] opTypes) throws IfsException
IfsExceptionAttributeValue[] DMGetAuditTypesForClass(String className, boolean includeNested) throws IfsException
IfsExceptionAttributeValue[] DMGetAuditTypesForCreateOperations() throws IfsException
IfsExceptionAttributeValue[] DMGetAuditTypesForFreeOperations() throws IfsException
IfsExceptionAttributeValue[] DMGetCustomAuditTypes() throws IfsException
IfsExceptionint DMRegisterCustomAuditEventOperationCodeKey(String opCodeKey) throws IfsException
IfsExceptionAuditTargetCode DMLookupAuditTargetCode(String className) throws IfsException
IfsExceptionlong DMGetHighestAuditId()
throws IfsException
IfsExceptionAuditCertificate[] DMGetAuditCertificates(Long[] objectIds) throws IfsException
IfsExceptionvoid DMEmptyWastebasket()
throws IfsException
IfsExceptionvoid DMFilterDeletedObjects(boolean mode)
throws IfsException
IfsExceptionvoid DMSendClientVersionInformation(long versionNumber,
String versionString)
throws IfsException
IfsExceptionvoid DMSetExecutionMode(int mode)
throws IfsException
IfsExceptionboolean DMIsExecutionMode(int mode)
throws IfsException
IfsExceptionvoid DMPopTemporaryExecutionMode()
void DMPushTemporaryExecutionMode(int mode)
void DMPopTemporaryAccessCheckMode()
void DMPushTemporaryAccessCheckMode(boolean mode)
void DMFeignUser(Long id, Long classid) throws IfsException
IfsExceptionvoid DMInvalidateTokenCredentials(Long userId) throws IfsException
IfsExceptionvoid DMPersistTokenCredential(TokenCredential credential) throws IfsException
IfsExceptionboolean DMReauthenticate(Credential credential, ConnectOptions options) throws IfsException
IfsExceptionvoid DMGrantAdmin(Long userid) throws IfsException
IfsExceptionS_LibraryObjectData DMGetPrimaryUserProfile(Long id) throws IfsException
IfsExceptionS_LibraryObjectData DMGetDirectoryUserData() throws IfsException
IfsExceptionS_LibraryObjectData DMGetOurPrimaryUserProfile() throws IfsException
IfsExceptionvoid DMCalculateConsumedStorage(Long quotaid, Long classid) throws IfsException
IfsExceptionAttributeValue DMGetArrayTypeAttributeValue(long objectId, long attributeId, Long priClassId, int count) throws IfsException
IfsExceptionAttributeValue DMGetMapTypeAttributeValue(int dataType, long objectId, long attrIdVal, int count) throws IfsException
IfsExceptionVector DMGetArrayReferencingObjects(Long attributeId, AttributeValue referencedValue, SortSpecification sort) throws IfsException
IfsExceptionS_ClassObjectData DMGetResolvedClassObjectData(Long id) throws IfsException
IfsExceptionlong DMGetAttributesRsn()
throws IfsException
IfsExceptionvoid DMAddMemberToDirectoryGroup(Long group_id, Long classid, Long rightObj, Long rightObjClassid) throws IfsException
IfsExceptionvoid DMRemoveMemberFromDirectoryGroup(Long group_id, Long classid, Long rightObj, Long rightObjClassid) throws IfsException
IfsExceptionvoid DMAddMembersToDirectoryGroup(Long group_id, Long classid, Long[] rightObjIds, Long[] rightObjClassids) throws IfsException
IfsExceptionvoid DMRemoveMembersFromDirectoryGroup(Long group_id, Long classid, Long[] rightObjIds, Long[] rightObjClassids) throws IfsException
IfsExceptionboolean DMIsMemberOfDirectoryGroup(Long groupId, Long groupClassId, Long userId, Long userClassId) throws IfsException
IfsExceptionboolean DMIsDirectMemberOfDirectoryGroup(Long groupId, Long groupClassId, Long userId, Long userClassId) throws IfsException
IfsExceptionLong[] DMGetAllMembersOfDirectoryGroup(Long id, Long userid, boolean filterForDiscoverability) throws IfsException
IfsExceptionLong[] DMGetDirectMembersOfDirectoryGroup(Long id, Long userid, boolean filterForDiscoverability) throws IfsException
IfsExceptionLong[] DMGetAllAncestorsOfDirectoryObject(Long id, Long userid) throws IfsException
IfsExceptionLong[] DMGetDirectAncestorsOfDirectoryObject(Long id, Long userid) throws IfsException
IfsExceptionLong[] DMGetCompositeAclIds(Long id, Long classid, SortSpecification sort) throws IfsException
IfsExceptionLong[] DMGetCategoryIds(Long id, Long classid) throws IfsException
IfsExceptionint DMGetMemberThreshold()
throws IfsException
IfsExceptionint DMGetAncestorThreshold()
throws IfsException
IfsExceptionboolean DMIsArrayInputsUsedForMemberSelection()
throws IfsException
IfsExceptionboolean DMIsArrayInputsUsedForAncestorSelection()
throws IfsException
IfsExceptionVector DMGetLockedForSessionObjects() throws IfsException
IfsExceptionS_LibraryObjectData DMCopyLibraryObject(Long id, Long classId, S_LibraryObjectDefinition sdef) throws IfsException
IfsExceptionSerializable DMGetObjectReferenceAttribute(Long id, Long classId, String attrName) throws IfsException
IfsExceptionS_LibraryObjectData DMConvertToPrivateACL(Long id, Long classId, S_LibraryObjectDefinition sdef) throws IfsException
IfsExceptionS_LibraryObjectData DMNewPublicObject(S_LibraryObjectDefinition def) throws IfsException
IfsExceptionS_LibraryObjectData DMNewSystemObject(S_LibraryObjectDefinition def) throws IfsException
IfsExceptionS_LibraryObjectData DMNewSimpleObject(S_LibraryObjectDefinition def) throws IfsException
IfsExceptionS_LibraryObjectData DMNewSchemaObject(S_LibraryObjectDefinition def) throws IfsException
IfsExceptionS_LibraryObjectDefinition DMSetAttributes(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMLockRows(Long id, Long classId) throws IfsException
IfsExceptionSerializable DMInvokeServerMethod(Long id, Long classId, String methodName, Serializable payload) throws IfsException
IfsExceptionObject DMInvokeOperation(Long id, Long classId, OperationContext op) throws IfsException
IfsExceptionvoid DMDelete(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMUndelete(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMFree(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionLong DMAddAttributeToClassObject(Long id, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMRemoveAttributeFromClassObject(Long id, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionLong[] DMfetchACEs(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMaddAccessControlEntry(Long id, Long classId, S_LibraryObjectDefinition sdef) throws IfsException
IfsExceptionvoid DMRemoveAccessControlEntry(Long id, Long classId, Long aceId, Long aceClassId) throws IfsException
IfsExceptionvoid DMupdateAccessControlEntry(Long id, Long classId, Long aceId, Long aceClassid, S_LibraryObjectDefinition sdef) throws IfsException
IfsExceptionvoid DMremoveAllAccessControlEntries(Long id, Long classId) throws IfsException
IfsExceptionAccessLevel DMGetAccessLevel(Long id, Long classId, Long userId) throws IfsException
IfsExceptionLong[] DMGetDiscoverabilityOfPublicObjectsIds(Long[] ids) throws IfsException
IfsExceptionvoid DMApplyAclIndexDeferredUpdate(AccessControlListDeferredUpdate entry, boolean deleteAfterProcessing) throws IfsException
IfsExceptionVector DMGetAclIndexDeferredUpdates(int maxItems) throws IfsException
IfsExceptionvoid DMDeleteAclIndexDeferredUpdates(Long[] ids) throws IfsException
IfsExceptionboolean DMIsAclIndexUpdateModeSynchronous()
throws IfsException
IfsExceptionvoid DMApplyFolderIndexDeferredUpdate(FolderIndexDeferredUpdate entry) throws IfsException
IfsExceptionVector DMGetFolderIndexDeferredUpdates(int maxItems) throws IfsException
IfsExceptionVector DMGetExpiredTimedLocks(int maxItems, int offset) throws IfsException
IfsExceptionint DMReleaseExpiredLockObject(Long id, Long classId) throws IfsException
IfsExceptionvoid DMResolveObjects(Long[] ids, Long[] classIds, ObjectResolverSpecification spec) throws IfsException
IfsExceptionVector DMFetchProperties(Long propertyBundleId, Long propertyBundleClassId) throws IfsException
IfsExceptionAttributeValue DMGetProperty(Long propertyBundleId, Long propertyBundleClassId, String propertyName) throws IfsException
IfsExceptionVector DMFetchPolicyListElements(Long policyListId, Long policyListClassId) throws IfsException
IfsExceptionVector DMGetEffectiveClassPolicyListElements(Long id, Long classId, String operation) throws IfsException
IfsExceptionVector DMGetEffectivePolicyListElements(Long id, Long classId, String operation) throws IfsException
IfsExceptionLong[] DMGetFolderItemList(Long folder_id, Long classid, SortSpecification sort) throws IfsException
IfsExceptionint DMGetTotalFolderItemCount(Long folder_id, Long classid) throws IfsException
IfsExceptionboolean DMFolderHasSubFolders(Long folder_id, Long classid) throws IfsException
IfsExceptionLong[] DMGetFolderReferences(Long PublicObject_id, Long classid, SortSpecification sort) throws IfsException
IfsExceptionVector DMListItems(Long folder_id, Long classid, String folderRelClassname, SortSpecification sort) throws IfsException
IfsExceptionvoid DMAddToFolder(Long folder_id, Long classid, Long rightObj, Long rightObjClassid) throws IfsException
IfsExceptionvoid DMRemoveFromFolder(Long folder_id, Long classid, Long rightObj, Long rightObjClassid, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMMoveItem(Long itemId, Long itemClassId, Long sourceId, Long sourceClassid, Long targetId, Long targetClassId) throws IfsException
IfsExceptionvoid DMAddFolderRelationship(Long id, Long classid, S_LibraryObjectDefinition rdef) throws IfsException
IfsExceptionS_LibraryObjectData DMFindPublicObjectByPath(Long folder_id, Long classid, String path) throws IfsException
IfsExceptionboolean DMCheckExistenceOfPublicObjectByPath(Long folder_id, Long classid, String path) throws IfsException
IfsExceptionString DMGetAnyFolderPath(Long id, Long classid, Long folderRefId, Long folderRefClassid, FolderPathOptions fpo, SortSpecification sort) throws IfsException
IfsExceptionString[] DMGetAllFolderPaths(Long id, Long classid, Long folderRefId, Long folderRefClassid, FolderPathOptions fpo, SortSpecification sort) throws IfsException
IfsExceptionlong DMGetFolderItemCount(Long folder_id, Long classId, String folderRelClassname) throws IfsException
IfsExceptionlong DMGetSubfolderCount(Long folder_id, Long classId, String folderRelClassname) throws IfsException
IfsExceptionvoid DMOpenFolder(Long folder_id, Long classid, String folderRelClassname, SortSpecification sort) throws IfsException
IfsExceptionS_LibraryObjectData DMNextFolderItem(Long folder_id, Long classid) throws IfsException
IfsExceptionvoid DMCloseFolder(Long folder_id, Long classid) throws IfsException
IfsExceptionVector DMListPreparedSelectorItems(PreparedSelectorSpecification pss) throws IfsException
IfsExceptionAttributeValueTable[] DMGetPreparedSelectorResults(PreparedSelectorSpecification pss) throws IfsException
IfsExceptionint DMGetPreparedSelectorItemCount(PreparedSelectorSpecification pss) throws IfsException
IfsExceptionClassInfoTable DMGetClassInfoTable() throws IfsException
IfsExceptionvoid DMClearClassInfoTable()
throws IfsException
IfsExceptionVector DMListSelectorItems(String searchClass, String searchDefinition, boolean recursive, int maxItemCount, SortSpecification sort) throws IfsException
IfsExceptionlong DMGetSelectorItemCount(String searchClass, String searchDefinition, boolean recursive) throws IfsException
IfsExceptionlong DMOpenSelector(String searchClass, String searchDefinition, boolean recursive, SortSpecification sort) throws IfsException
IfsExceptionS_LibraryObjectData DMNextSelectorItem(long cursorId) throws IfsException
IfsExceptionVector DMNextSelectorBatch(long cursorId, int batchSize) throws IfsException
IfsExceptionvoid DMCloseSelector(long cursorId)
throws IfsException
IfsExceptionLong DMNewSearch() throws IfsException
IfsExceptionLong DMNewSearchFromObject(Long srchObjId) throws IfsException
IfsExceptionSearchSpecification DMGetSearchSpecification(Long srchId) throws IfsException
IfsExceptionvoid DMSetSearchSpecification(Long srchId, SearchSpecification sp) throws IfsException
IfsExceptionvoid DMOpenSearch(Long id, Vector bindValues, String language, int timeout) throws IfsException
IfsExceptionint DMgetSearchItemCount(Long id, Vector bindValues, String language, int timeout) throws IfsException
IfsExceptionString DMgetSearchSQLString(Long srchId) throws IfsException
IfsExceptionVector DMNextSearchItems(Long id, int batchCount) throws IfsException
IfsExceptionvoid DMCloseSearch(Long id) throws IfsException
IfsExceptionvoid DMDisposeSearch(Long srchId) throws IfsException
IfsExceptionvoid DMCreateView(ViewSpecification vsp) throws IfsException
IfsExceptionLong DMGetPartitionValue(Long id, Long classId) throws IfsException
IfsExceptionDate DMGetLastAccessDate(Long id, Long classId) throws IfsException
IfsExceptionContentStreamSerializer DMGetContentStream(Long id, Long classId, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionContentStreamSerializer DMGetContentReader(Long id, Long classId, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionRandomAccessor DMGetContentByRandomAccess(Long coId, Long coClassId, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionRandomAccessor DMUpdateContentByRandomAccess(Long docId, Long docClassId, S_LibraryObjectDefinition sdocdef, Long expirationPeriod) throws IfsException
IfsExceptionLong DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionLong DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionvoid DMRandomAccessorSetSession(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionint DMRandomAccessorRead(S_RandomAccessorImpl ra, long pos, byte[] b, int off, int len) throws IfsException
IfsExceptionboolean DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionvoid DMRandomAccessorWrite(S_RandomAccessorImpl ra, long pos, byte[] b, int off, int len) throws IfsException
IfsExceptionvoid DMRandomAccessorTruncate(S_RandomAccessorImpl ra, long len) throws IfsException
IfsExceptionlong DMRandomAccessorLength(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionvoid DMRandomAccessorDispose(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionvoid DMRandomAccessorClose(S_RandomAccessorImpl ra) throws IfsException
IfsExceptionContentStreamSerializer DMNewContentStreamSerializer() throws IfsException
IfsExceptionboolean DMIsContentReadByUser(Long id, Long classId) throws IfsException
IfsExceptionboolean DMIsContextIndexEnabled()
throws IfsException
IfsExceptionvoid DMSetContentReadByUser(Long id, Long classId, boolean readState, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionContentStreamSerializer DMRender(Long id, Long classId, String rendererType, String rendererName, Hashtable options, boolean reader) throws IfsException
IfsExceptionboolean DMIsVersionable(Long id, Long classId) throws IfsException
IfsExceptionboolean DMIsInstanceOfClassVersionable(Long classId) throws IfsException
IfsExceptionvoid DMUnReserve(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMNewRevision(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMReserveNext(Long id, Long classId, String contentPath, String comment) throws IfsException
IfsExceptionS_LibraryObjectData DMNewVersionSeries(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionS_LibraryObjectData DMNewBranchedVersionSeries(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMIntegrateIntoVersionSeries(Long sid, Long sclassId, Long tid, Long tclassId) throws IfsException
IfsExceptionLong[] DMfetchRevisions(Long id, Long classId) throws IfsException
IfsExceptionLong[] DMfetchVersionSerieses(Long id, Long classId) throws IfsException
IfsExceptionLong[] DMGetLinks(Long id, Long classId) throws IfsException
IfsExceptionvoid DMReassociateLinks(Long oldId, Long oldClassId, Long newId, Long newClassId) throws IfsException
IfsExceptionS_LibraryObjectData DMAddRelationship(Long id, Long classId, S_LibraryObjectDefinition def) throws IfsException
IfsExceptionvoid DMRemoveRelationship(Long id, Long classId, Long relId, Long relClassId) throws IfsException
IfsExceptionVector DMGetRightwardRelationshipObjects(Long id, Long classId, Long relClassId, SortSpecification sort) throws IfsException
IfsExceptionVector DMGetLeftwardRelationshipObjects(Long id, Long classId, Long relClassId, SortSpecification sort) throws IfsException
IfsExceptionVector DMGetRightwardRelationships(Long id, Long classId, Long relClassId, SortSpecification sort) throws IfsException
IfsExceptionVector DMGetLeftwardRelationships(Long id, Long classId, Long relClassId, SortSpecification sort) throws IfsException
IfsExceptionlong DMGetLeftwardRelationshipsCount(Long id, Long classId, Long relClassId) throws IfsException
IfsExceptionTransaction DMBeginTransaction(boolean writeable) throws IfsException
IfsExceptionvoid DMCompleteTransaction(Transaction transaction) throws IfsException
IfsExceptionvoid DMAbortTransaction(Transaction transaction) throws IfsException
IfsExceptionvoid DMCommit()
throws IfsException
IfsExceptionvoid DMRollback()
throws IfsException
IfsExceptionboolean DMIsTransactionInProgress()
throws IfsException
IfsExceptionS_LibraryObjectData DMgetLibraryObjectData(Long id, Long classId, String attributeName, boolean selectFully) throws IfsException
IfsExceptionS_LibraryObjectData DMGetPublicObjectData(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMGetSystemObjectData(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMGetSimpleObjectData(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMGetSchemaObjectData(Long id, Long classId) throws IfsException
IfsExceptionvoid DMGenerateThemes(Long contentId, Long contentClassId, boolean fullThemes, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionvoid DMAddManualTextIndexing(Long id, Long classId, ContentStreamSerializer css) throws IfsException
IfsExceptionContextTheme[] DMGetThemes(Long contentId, Long contentClassId, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionvoid DMGenerateSummary(Long contentId, Long contentClassID, String pointOfView, long sizeAsPercent, long sizeAsNumParagraphs, String summaryLevel, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionContentStreamSerializer DMGetSummary(Long contentId, Long contentClassId, String pointOfView, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionvoid DMFilterContent(Long contentId, Long contentClassId, boolean plaintext, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionS_LibraryObjectDefinition DMGetSLibraryObjectDefinition(Long id, Long classid) throws IfsException
IfsExceptionLong[] DMGetIdsForNewObjects(int length) throws IfsException
IfsExceptionContentStreamSerializer DMGetFilteredContent(Long contentId, Long contentClassId, Long refObjId, Long refObjClassId) throws IfsException
IfsExceptionboolean DMIsAttributeValueInValueDomain(Long id, Long classId, AttributeValue av) throws IfsException
IfsExceptionvoid DMEnqueueMessage(Long id, Long classId, oracle.sql.ORAData message) throws IfsException
IfsExceptionvoid DMEnqueueMessage(Long id, Long classId, oracle.sql.ORAData message, String correlation) throws IfsException
IfsExceptionoracle.sql.ORAData DMDequeueMessage(Long id, Long classId, String subscriberName) throws IfsException
IfsExceptionoracle.sql.ORAData DMDequeueMessageFromExceptionQueue(Long id, Long classId) throws IfsException
IfsExceptionVector DMGetPublicObjectsReferringToLockObject(Long id, Long classId, SortSpecification sort) throws IfsException
IfsExceptionboolean DMIsLockObjectShared(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMCreateDefaultPropertyBundle(Long id, Long classId) throws IfsException
IfsExceptionS_LibraryObjectData DMCreateDefaultPolicyPropertyBundle(Long id, Long classId) throws IfsException
IfsExceptionvoid DMInsertRetainedEvent(RetainedEvent event) throws IfsException
IfsExceptionvoid DMDeleteRetainedEvent(RetainedEvent event) throws IfsException
IfsExceptionRetainedEvent[] DMGetRetainedEvents(RetainedEvent event, int maxItems) throws IfsException
IfsExceptionvoid DMCreateRetainedEventDatabaseObjects(RetainedEvent event) throws IfsException
IfsExceptionvoid DMDropRetainedEventDatabaseObjects(RetainedEvent event) throws IfsException
IfsExceptionlong DMGetConsumedStorage(Long id, Long classId) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.