-
Deprecated InterfacesInterfaceDescriptionUse
ActivityType
.
-
Deprecated ClassesClassDescriptionThe usage of
SpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead.
-
Deprecated EnumsEnumDescriptionThe usage of
SpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead.The usage ofSpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead.The usage ofSpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead. SpacesQueryCondition specify the query condition based on the group membership of the user. For example, following EL will return All user joined spaces.
EL:#{spaceContext.spacesQuery.unionOf['USER_JOINED']}
The usage ofSpacesQueryOptions
class and its enums/methods is discouraged. UseSpacesQueryParameters
class instead. This Enum sets the sort option to be used in SpacesQueryOptions. For example, following EL will return All user joined spaces sorted by creation date.
EL:#{spaceContext.spacesQuery.unionOf['USER_JOINED'].sortCriteria['createDate']}
This enum might be changed in future release. The usage is discouraged.
-
Deprecated FieldsFieldDescriptionUse ServiceContext.getContext().getDefaultScope().getGUID().
-
Deprecated MethodsMethodDescriptionreplaced by setUserAccessibilityModePref()replaced by setUserAccessibilityModePref()replaced by setUserLanguagePrefreplaced by setUserLanguagePrefreplaced by setUserSkinPref()replaced by setUserSkinPref()replaced by setUserTimeZonePref()replaced by setUserTimeZonePref()All known usages of this method so far are for determining a pair of users are connected or not; use
ConnectionsManager.isConnected(java.lang.String, java.lang.String)
instead for that purpose.Not for public use. This method is expected to be removed in the future. Replaced byPortal.isDefault()
Replaced byPersistenceManager.exportXML(Set, ExportOptions)
oracle.webcenter.spaces.BaseSpace.clone(MDSSession, String, String, String, String, String, boolean) Use the new API clone(MDSSession session, String newSpaceName, SpaceCreationOptions option)The rollback of createSpace is no longer supporteduse clone(MDSSession session, String newSpaceName, SpaceCreationOptions option)use getSpaces(SpacesQueryParameters)use getSpace(name)use getSpaces(SpacesQueryParameters)use getSpaces(SpacesQueryParameters)use getSpaces(SpacesQueryParameters)use getSpaces(SpacesQueryParameters)use getSpaces(SpacesQueryParameters)use getTemplate(name)
-
Deprecated ConstructorsConstructorDescriptionUse the constructor that takes in a message resource key as argument.
ServiceObjectType