| Package | Description |
|---|---|
| com.sapportals.wcm.app.xmlforms | |
| com.sapportals.wcm.repository |
Contains the repository framework interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
IResource |
ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext,
ICollection c,
String name,
IContent content,
IPropertyMap props)
Creates a resource, or update its content and properties, if it exists.
|
IResource |
ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext,
RID rid,
IContent content,
IPropertyMap props)
Creates a resource, or update its content and properties, if it exists.
|
IResource |
ResourceUtils.createOrUpdateResourceWithPropertyErrors(IResourceContext resContext,
String uri,
IContent content,
IPropertyMap props)
Creates a resource, or update its content and properties, if it exists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalPropertyNameException
Raised when a property name was not acceptable.
|
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.
|
Copyright 2021 SAP SE Complete Copyright Notice