|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.server.S_LibraryObject | +--oracle.ifs.server.S_TieLibraryObject | +--oracle.ifs.server.S_PublicObject | +--oracle.ifs.server.S_TiePublicObject | +--oracle.ifs.server.S_DirectoryObject | +--oracle.ifs.server.S_TieDirectoryObject | +--oracle.ifs.server.S_DirectoryGroup | +--oracle.ifs.server.S_TieDirectoryGroup
An S_TieDirectoryGroup allows the Oracle-defined behavior of the DIRECTORYGROUP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
S_DirectoryGroup
Constructor Summary | |
protected |
S_TieDirectoryGroup(S_LibrarySession session,
java.lang.Long classId)
Constructs an S_TieDirectoryGroup for a new DIRECTORYGROUP. |
protected |
S_TieDirectoryGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryGroup for an existing DIRECTORYGROUP. |
Methods inherited from class oracle.ifs.server.S_DirectoryGroup |
addMember, addMembers, addMembers, deriveDefinition, extendedPreFree, extendedPreInsert, extendedPreUpdate, getAllMembers, getAllUserMembers, getDirectMemberIds, getDirectMembers, getWorldDirectoryGroup, isMember, removeMember, removeMembers |
Methods inherited from class oracle.ifs.server.S_DirectoryObject |
extendedPostInsert, getAllAncestors, getDirectAncestorIds, getDirectAncestors |
Methods inherited from class oracle.ifs.server.S_LibraryObject |
equals, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, handleEvent, isTraced, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, toString, trace, update |
Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
Constructor Detail |
protected S_TieDirectoryGroup(S_LibrarySession session, S_LibraryObjectData data) throws IfsException
session
- the sessiondata
- the dataIfsException
- if the operation failsprotected S_TieDirectoryGroup(S_LibrarySession session, java.lang.Long classId) throws IfsException
session
- the sessionclassId
- the class idIfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |