| Package | Description |
|---|---|
| com.sap.netweaver.bc.serialize.util | |
| com.sap.nw.kmc.readonly | |
| com.sapportals.wcm.protocol.ice.util | |
| com.sapportals.wcm.protocol.webdav.repository.acl |
Maps WebDAV ACL concepts onto the WCM IResourceAclManager and friends interfaces.
|
| com.sapportals.wcm.repository |
Contains the repository framework interfaces and classes.
|
| com.sapportals.wcm.repository.filter |
Contains interfaces and classes to define repository filters.
|
| com.sapportals.wcm.repository.service |
Contains the repository service factory interface.
|
| com.sapportals.wcm.repository.service.discussion |
The Discussion Thread Repository Service is responsible for creating,
deleting and keeping track of discussions.
|
| com.sapportals.wcm.repository.so |
Contains interfaces for semantic objects.
|
| com.sapportals.wcm.repository.variants |
This package contains the API for Variant-Resources.
|
| com.sapportals.wcm.service.ice.syndicator |
Represents the syndicator part of the ICE service.
|
| com.sapportals.wcm.service.resourcefilter | |
| com.sapportals.wcm.util.content |
Contains classes for handling the content of resources.
|
| com.sapportals.wcm.util.urlcontentaccess |
Package Specification
Purpose
The URLContentAccess utility handles the content transfer for external resources for HTTP and FTP protocols.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesCoder.PropertiesDecodeException |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyModeException |
| Modifier and Type | Method and Description |
|---|---|
static Document |
DOMResourceHelper.read(IResource resource)
Reads the specified XML resource into a DOM representation.
|
static Document |
DOMResourceHelper.read(String uri,
IResourceContext context)
Reads the specified XML resource into a DOM representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclPreconditionException
Information about a failed ACL precondition.
|
class |
MissingDavPrivilegeException
Exception used to indicate the missing DAV privilege DAV:write-acl
Copyright (c) SAP AG 2002
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyException
Abstract base class for property exceptions.
|
class |
AccessDeniedException
Access to a resource or property is denied because the user does not have the
required authorization.
|
class |
AuthorizationRequiredException
The user is not authorized.
|
class |
CheckedOutException
The resource is checked out by another user.
|
class |
DestinationNotSupportedException
The repository manager does not support the operation for the given destination.
|
class |
ExpectedCheckInRIDException
The RID of the new revision is different from the RID that the application
expected when checking out.
|
class |
ExpectedCheckInURIException
Deprecated.
as of NW04.
|
class |
ExtensionDeniedException |
class |
ExternalLinkException
The requested RID contains an external link.
|
class |
IllegalPropertyNameException
Raised when a property name was not acceptable.
|
class |
IncompleteOperationException
An operation did not complete because of precondition failures.
|
class |
InternalLinkException
The requested RID contains an internal link to a collection.
|
class |
InvalidArgumentException
One ore more invalid values where provided for the parameters of a method.
|
class |
InvalidCharacterException |
class |
InvalidNameException
The application tried to use a invalid resource name
|
class |
InvalidPositionException
The required positioning was not valid (usually because the referenced
collection member did not exist).
|
class |
InvalidTargetException
An invalid target was used for a copy or move operation.
|
class |
InvalidUriException
An invalid URI was used.
|
class |
IOErrorException
An IO error occured while trying to access a resource.
|
class |
LabelAlreadyExistsException
The application tried to add a label that already exists in the version history.
|
class |
LabelNotFoundException
The application tried to remove a label that did not exist in the version history.
|
class |
LinkLoopException
The target RID specified when creating or updating am internal link is also a
link and would cause an loop.
|
class |
LockedException
The resource was locked by another user.
|
class |
LockNotFoundException
The requested lock does not exist.
|
class |
MethodNotAllowedException
The resource does not support the operation
|
class |
NameAlreadyExistsException
The application tried to use a name for a new resource that already exists in
the collection.
|
class |
NoContentException
The resource has no content
|
class |
NoExtensionDeniedException |
class |
NoRevisionException
The resource is not a revision resource.
|
class |
NotCheckedOutException
The resource is not checked out
|
class |
NotOrderedException
An attempt was made to perform an ordering operation on an unordered
collection.
|
class |
NotSupportedException
The repository manager does not support the operation.
|
class |
NotVersionedException
The application tried a versioning-related operation on a resource that is not version-controlled.
|
class |
PropertyMandatoryException
The property could not be removed because it is mandatory.
|
class |
PropertyNameTooLongException
Raised when a property name was too long.
|
class |
PropertyReadOnlyException
The property cannot be changed because it is read-only.
|
class |
PropertyTypeLostException
Raised when a property was set, but the repository didn't support the desired
type.
|
class |
PropertyTypeMismatchException
Raised when an attempt was made to set a protected property with a
non-applicable data type.
|
class |
PropertyUnchangedException
Raised when a property change couldn't be commited due to a failed dependency
on another change.
|
class |
PropertyValueTooBigException
Raised when a property value was too big.
|
class |
ResourceException
Resource Exception.
|
class |
ResourceIsLinkException
This exception is thrown during copy or move operations if the
CopyParameter has copyInternalLink or copyExternalLink set to
true and links are encountered during a deep copy operation. |
class |
ResourceNotCollectionException
Indicates that the resource has changed to a non-collection since the
IResource object was obtained.
|
class |
ResourceNotFoundException
Indicates that a resource could not be found.
|
class |
ResourceReadOnlyException
The resource is read-only.
|
class |
RevisionResourceException
The operation is not available because the resource is a revision.
|
class |
ServiceUnavailableException
A service is not available.
|
class |
SetPropertiesException
This exception indicates errors during a
IResource.setProperties(List)
call. |
class |
TimeExceededException
Indicates that the time for an operation has exceeded its set limit.
|
class |
TuccConstraintException |
class |
UnassignableNameException
Raised when the name can not be assigned because (1) a "similar" name already
exists (for instance, if "a" already exists in a case-preserving but not
case-sensitive repository, and creation of "A" was attempted) or (2) the name
is syntactically legal, but can not be reassigned to a new resource (stable
names for versions and version histories).
|
class |
VersionHasDescendantsException
The checkout operation failed because the version to be checked out has
descendants in it's version history and the resulting version history fork is
not allowed in current context.
|
class |
VersionHistoryInUseException
Thrown if someone tries to create a VCR in a workspace that
already contains a VCR with the same version history.
|
class |
VersionIsCheckedOutException
The checkout operation failed because the version to be checked out is
already the checked out version of some other version controlled resource and
the resulting version history fork is not allowed in current context.
|
class |
VirusContentException
This exception is raised when a check reveals that content being read/written possibly contains a Virus.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Content.getContentLength() |
String |
Content.getContentType() |
String |
Content.getEncoding() |
InputStream |
Content.getInputStream() |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterConfigurationException
The application tried to check out a resource that is not versioned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceCallException
Indicates an error during a
IRepositoryService.acceptServletCall(Properties, IResourceContext)
call. |
class |
ServiceNotAvailableException
Indicates that a repository service will not be available at one or more
repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscussionResourceTypeException
Indicates that setting or getting a resource type of a discussion resource
was not successful.
|
class |
DiscussionSingleTopicExistsException
Indicates that creation of a single topic, while running the discussion service
without topic level, was not successful, because this single topic exists yet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidVariantContextException
Thrown by a variant-enabled repository if the variant context (
)
is missing or invalid. |
class |
PhysicalResourceAlreadyExistsException
|
| Modifier and Type | Method and Description |
|---|---|
String |
IContentFilter.getContentReference(IResource resource)
Check if the resource content should be transfered as ICE item reference.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IResourceFilter.isFiltered(IResource resource)
Check if a resource matches the filter specifications (scope and result).
|
boolean |
IResourceFilter.isFiltered(IResource resource,
long maxRetrievalTimeInMilliseconds) |
boolean |
IResourceFilter.isFilteredByResult(IResource resource)
Check if a resource matches the filter specifications that are designated as result filters.
|
boolean |
IResourceFilter.isFilteredByResult(IResource resource,
long maxRetrievalTimeInMilliseconds) |
| Modifier and Type | Method and Description |
|---|---|
long |
IContent.getContentLength()
Returns the length of the resource content
|
String |
IContent.getContentType()
Returns the content type of the resource data
|
String |
IContent.getEncoding()
Returns the name of the character encoding of textual content
|
InputStream |
IContent.getInputStream()
Returns the input stream of the resource content.
|
InputStream |
IExtendedContent.getInputStream(String requestedContentEncoding)
Returns an input stream of the resource content that MAY be content-encoded
according to the requested encoding.
|
| Modifier and Type | Method and Description |
|---|---|
String |
URLContent.getEncoding() |
Copyright 2021 SAP SE Complete Copyright Notice