|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
| com.sap.netweaver.bc.rf.common.content | Contains repository framework common interface for content. |
| com.sap.netweaver.bc.rf.common.exception | Contains repository framework common interface for exceptions. |
| com.sap.netweaver.bc.rf.common.lock | Contains repository framework common interface for locking. |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| com.sap.netweaver.bc.rf.common.property.booleantype | Contains repository framework common interface for boolean properties. |
| com.sap.netweaver.bc.rf.common.property.datetype | Contains repository framework common interface for date properties. |
| com.sap.netweaver.bc.rf.common.property.inttype | Contains repository framework common interface for integer properties. |
| com.sap.netweaver.bc.rf.common.property.longtype | Contains repository framework common interface for long properties. |
| com.sap.netweaver.bc.rf.common.property.stringtype | Contains repository framework common interface for string properties. |
| com.sap.netweaver.bc.rf.common.property.xmltype | Contains repository framework common interface for xml properties. |
| com.sap.netweaver.bc.rf.common.security | Contains repository framework common interface for security. |
| com.sap.netweaver.bc.rf.common.security.acl | Contains repository framework common interface for ACL based security. |
| com.sap.netweaver.bc.rf.common.type | Contains repository framework common interface for type handling. |
| com.sap.netweaver.bc.rf.common.version | Contains repository framework common interface for versioning. |
| com.sap.netweaver.bc.rf.mi | Contains repository framework manager interface. |
| com.sap.netweaver.bc.rf.mi.binding | Contains repository framework manager interface for bindings. |
| com.sap.netweaver.bc.rf.mi.content | Contains repository framework manager interface for content. |
| com.sap.netweaver.bc.rf.mi.idmapper | Contains repository framework manager interface for unique identity mapping. |
| com.sap.netweaver.bc.rf.mi.lock | Contains repository framework manager interface for locking. |
| com.sap.netweaver.bc.rf.mi.namespace | Contains repository framework manager interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.mi.property | Contains repository framework manager interface for properties. |
| com.sap.netweaver.bc.rf.mi.property.booleantype | Contains repository framework manager interface for boolean properties. |
| com.sap.netweaver.bc.rf.mi.property.datetype | Contains repository framework manager interface for date properties. |
| com.sap.netweaver.bc.rf.mi.property.inttype | Contains repository framework manager interface for integer properties. |
| com.sap.netweaver.bc.rf.mi.property.longtype | Contains repository framework manager interface for long properties. |
| com.sap.netweaver.bc.rf.mi.property.stringtype | Contains repository framework manager interface for string properties. |
| com.sap.netweaver.bc.rf.mi.property.xmltype | Contains repository framework manager interface for xml properties. |
| com.sap.netweaver.bc.rf.mi.security | Contains repository framework manager interface for security. |
| com.sap.netweaver.bc.rf.mi.security.acl | Contains repository framework manager interface for ACL based security. |
| com.sap.netweaver.bc.rf.mi.type | Contains repository framework manager interface for type handling. |
| com.sap.netweaver.bc.rf.mi.variant | Contains repository framework manager interface for variants. |
| com.sap.netweaver.bc.rf.mi.version | Contains repository framework manager interface for versioning. |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.content |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.content | |
class |
ContentMetadataMismatchException
Class implementing exception raised when no content is available for the resource. |
class |
ContentUnavailableException
Class implementing exception raised when no content is available for the resource. |
| Methods in com.sap.netweaver.bc.rf.common.content that throw ResourceException | |
java.io.InputStream |
Content.getInputStream()
Get the inputStream attribute of the Content object. |
IContentMetadata |
Content.getContentMetadata()
Get the metadata attribute of the Content object. |
java.io.InputStream |
IContent.getInputStream()
Get input stream for the resource content. |
IContentMetadata |
IContent.getContentMetadata()
Get the content metadata. |
void |
IMutableContent.setContentMetadata(IContentMetadata contentMetadata)
Set the content metadata. |
void |
MutableContent.setContentMetadata(IContentMetadata newContentMetadata)
Set the metadata attribute of the MutableContent object. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.exception |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.exception | |
class |
ArgumentNotValidException
Class implementing exception raised when an argument was filled with an illegal value for an operation. |
class |
IOOperationFailedException
Raised if an IO error occured while executing the method (e.g. connection to the backend system is lost). |
class |
OperationNotSupportedException
Raised if the method or some parameters or parameter values are not supported. |
class |
ResourceNotCheckedOutException
Indicates that the resource can't be changed since it is not checked out. |
class |
ResourceNotCollectionException
Indicates that the resource has changed to a non-collection since the IResource object was obtained. |
class |
ResourceNotFoundException
Raised if the resource specified by the handle does not exist anymore. |
class |
ResourceReadOnlyException
Class implementing exception raised when a resource is read-only (e.g. resource should be assigned content but resource is just read-only-mirrored). |
class |
ServiceNotAvailableException
Indicates that the repository (the service provided by a method call) is not available at this time but may available later. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.lock |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.lock | |
class |
LockInPlaceException
Class implementing exception raised when an user has not the permission to perform an operation. |
class |
LockNotFoundException
Class implementing exception raised when no lock was found. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.namespace |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.namespace | |
class |
CollectionOrderImmutableException
Class implementing exception raised when an operations was requested to modify the order of a collection with immutable or not defined order. |
class |
InvalidTargetException
An invalid target was used for a copy or move operation. |
class |
LinkTargetInvalidException
Class implementing exception raised when an invalid link target was supplied. |
class |
OrderMechanismInvalidException
Class implementing exception raised when an invalid order position was supplied. |
class |
OrderPositionInvalidException
Class implementing exception raised when an invalid order position was supplied. |
class |
ResourceNameAlreadyAssignedException
Class implementing exception raised when an already assigned resource name was supplied for a new resource. |
class |
ResourceNameInvalidException
Raised if the name of a resource is invalid. |
class |
ResourceNameUnassignableException
This excpetion is aised when a resource name is unassignable. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.property | |
class |
AbstractPropertyException
Abstract base class for property exceptions. |
class |
PropertyMandatoryException
Class implementing exception raised when an operation would render a mandatory property lost or invalid. |
class |
PropertyNameInvalidException
Class implementing exception raised when an invalid property name was supplied. |
class |
PropertyNameTooLongException
Class implementing exception raised when a property value is out of bounds. |
class |
PropertyNameUnassignableException
Class implementing exception raised when a property name is unassignable. |
class |
PropertyReadOnlyException
Class implementing exception raised when a property is read-only but was tried to modify. |
class |
PropertyTypeLostException
Class implementing exception raised when a property would lose it's property type. |
class |
PropertyTypeMismatchException
Class implementing exception raised when a property value doesn't match its former property type. |
class |
PropertyValueOutOfBoundsException
Class implementing exception raised when a property value is out of bounds. |
| Methods in com.sap.netweaver.bc.rf.common.property that throw ResourceException | |
static StringSingleValueProperty |
SystemPropertyFactory.createResourceNameProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createResourceTypeProperty(java.lang.String value)
Create system property. |
static DateSingleValueProperty |
SystemPropertyFactory.createCreatedProperty(java.util.Date value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createCreatedByProperty(java.lang.String value)
Create system property. |
static DateSingleValueProperty |
SystemPropertyFactory.createModifiedProperty(java.util.Date value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createModifiedByProperty(java.lang.String value)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createCollectionProperty(boolean value)
Create system property. |
static LongSingleValueProperty |
SystemPropertyFactory.createLinkTypeProperty(int value)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createReadOnlyProperty(boolean value)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createHiddenProperty(boolean value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createDisplayNameProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createDescriptionProperty(java.lang.String value)
Create system property. |
static LongSingleValueProperty |
SystemPropertyFactory.createContentLengthProperty(long value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentTypeProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentEncodingProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentLanguageProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createETagProperty(java.lang.String value)
Create system property. |
void |
IMutableProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
IMutableProperty.clearAttributes()
Remove all attributes for the property at once. |
void |
IMutableProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
IMutableProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
java.util.Properties |
IProperty.getAttributes()
Get all attributes for the property at once. |
java.lang.String |
IProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
java.lang.String |
IProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
IProperty.getValuesAsStrings()
Get the property values converted to a string array. |
java.util.Properties |
AbstractProperty.getAttributes()
Get all attributes for the property at once. |
java.lang.String |
AbstractProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property that throw ResourceException | |
AbstractProperty(IPropertyName name,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.booleantype |
| Methods in com.sap.netweaver.bc.rf.common.property.booleantype that throw ResourceException | |
java.lang.String |
BooleanMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
BooleanMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableBooleanMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableBooleanMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
void |
MutableBooleanMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableBooleanMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
java.lang.String |
BooleanSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
BooleanSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableBooleanSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableBooleanSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableBooleanSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableBooleanSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableBooleanSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.booleantype that throw ResourceException | |
BooleanMultiValueProperty(IPropertyName name,
boolean[] values)
Construct property instance based on its internals. |
|
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
int flags)
Construct property instance based on its internals. |
|
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableBooleanMultiValueProperty(BooleanMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values)
Construct property instance based on its internals. |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values,
int flags)
Construct property instance based on its internals. |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
int flags)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableBooleanSingleValueProperty(BooleanSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value)
Construct property instance based on its internals. |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value,
int flags)
Construct property instance based on its internals. |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.datetype |
| Methods in com.sap.netweaver.bc.rf.common.property.datetype that throw ResourceException | |
java.lang.String |
DateSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
DateSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableDateSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableDateSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableDateSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableDateSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableDateSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
java.lang.String |
DateMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
DateMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableDateMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableDateMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableDateMultiValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableDateMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableDateMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.datetype that throw ResourceException | |
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(DateSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(DateMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.inttype |
| Methods in com.sap.netweaver.bc.rf.common.property.inttype that throw ResourceException | |
java.lang.String |
IntMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
IntMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableIntMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableIntMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableIntMultiValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableIntMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableIntMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
java.lang.String |
IntSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
IntSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableIntSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableIntSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableIntSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableIntSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableIntSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.inttype that throw ResourceException | |
IntMultiValueProperty(IPropertyName name,
int[] values)
Construct property instance based on its internals. |
|
IntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
IntMultiValueProperty(IPropertyName name,
int[] values,
int flags)
Construct property instance based on its internals. |
|
IntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
IntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableIntMultiValueProperty(IntMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values)
Construct property instance based on its internals. |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values,
int flags)
Construct property instance based on its internals. |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
int flags)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableIntSingleValueProperty(IntSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableIntSingleValueProperty(IPropertyName name,
int value)
Construct property instance based on its internals. |
|
MutableIntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableIntSingleValueProperty(IPropertyName name,
int value,
int flags)
Construct property instance based on its internals. |
|
MutableIntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.longtype |
| Methods in com.sap.netweaver.bc.rf.common.property.longtype that throw ResourceException | |
java.lang.String |
LongMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
LongMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
java.lang.String |
LongSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
LongSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableLongSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableLongSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableLongSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableLongSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableLongSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
void |
MutableLongMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableLongMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableLongMultiValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableLongMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableLongMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.longtype that throw ResourceException | |
LongMultiValueProperty(IPropertyName name,
long[] values)
Construct property instance based on its internals. |
|
LongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
LongMultiValueProperty(IPropertyName name,
long[] values,
int flags)
Construct property instance based on its internals. |
|
LongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
LongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
int flags)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableLongSingleValueProperty(LongSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableLongSingleValueProperty(IPropertyName name,
long value)
Construct property instance based on its internals. |
|
MutableLongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableLongSingleValueProperty(IPropertyName name,
long value,
int flags)
Construct property instance based on its internals. |
|
MutableLongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(LongMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values,
int flags)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.stringtype |
| Methods in com.sap.netweaver.bc.rf.common.property.stringtype that throw ResourceException | |
java.lang.String |
StringMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
StringMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableStringMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableStringMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableStringMultiValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableStringMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableStringMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
java.lang.String |
StringSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
StringSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableStringSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableStringSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableStringSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableStringSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableStringSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.stringtype that throw ResourceException | |
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(StringMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(StringSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.property.xmltype |
| Methods in com.sap.netweaver.bc.rf.common.property.xmltype that throw ResourceException | |
java.lang.String |
XmlMultiValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
XmlMultiValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
java.lang.String |
XmlSingleValueProperty.getValueAsString()
Get the property value converted to a string. |
java.lang.String[] |
XmlSingleValueProperty.getValuesAsStrings()
Get the property values converted to a string array. |
void |
MutableXmlSingleValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableXmlSingleValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableXmlSingleValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableXmlSingleValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableXmlSingleValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
void |
MutableXmlMultiValueProperty.setAttributes(java.util.Properties attributes)
Set all attributes for the property at once. |
void |
MutableXmlMultiValueProperty.clearAttributes()
Remove all attributes for the property at once. |
java.lang.String |
MutableXmlMultiValueProperty.getAttribute(java.lang.String attributeName)
Get attribute for the property. |
void |
MutableXmlMultiValueProperty.setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add attribute for the property. |
void |
MutableXmlMultiValueProperty.removeAttribute(java.lang.String attributeName)
Remove attribute from the property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.xmltype that throw ResourceException | |
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(XmlSingleValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(XmlMultiValueProperty property)
Construct property instance/copy based on another property template (uaually a property to be changed in parts). |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.security |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.security | |
class |
AccessDeniedException
Raised if the authorization failed that means the user in the context does not have the required permissions. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.security.acl |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.security.acl | |
class |
AclAlreadyAssignedToAclException
Class implementing exception raised when a specific IAclEntry is
already assigned to an IAcl . |
class |
AclException
Class implementing exception raised when a general acl problem occurs. |
class |
AclExistsException
Class implementing exception raised when a specific IAcl already
exists. |
class |
AclLastOwnerException
Class implementing exception raised when a principal is the last owner of an IAcl and can not be removed. |
class |
AclNotAuthorizedException
Class implementing exception raised when a principal is not authorized. |
class |
AclPermissionExistsException
Class implementing exception raised when a specific IAclPermission
already exists. |
class |
AclPermissionNotSupportedException
Class implementing exception raised when a specific IAclPermission
is not supported by the IAclManager . |
class |
AclPermissionUsedException
Class implementing exception raised when a specific IAclPermission
is used and can not be removed. |
class |
AclPersistenceException
Class implementing exception raised when an error occured during access of the IAclManager 's persistence layer. |
class |
AclPredefinedPermissionException
Class implementing exception raised when a specific IAclPermission
is predefined by the IAclManager . |
| Methods in com.sap.netweaver.bc.rf.common.security.acl that throw ResourceException | |
void |
IAcl.addOwner(com.sap.netweaver.bc.rf.common.security.acl.IPrincipal principal)
Add new owner to this ACL. |
void |
IAcl.removeOwner(com.sap.netweaver.bc.rf.common.security.acl.IPrincipal principal)
Remove owner from the this ACL. |
boolean |
IAcl.addEntry(IAclEntry aclEntry)
Add ACL entry to this ACL. |
boolean |
IAcl.removeEntry(IAclEntry aclEntry)
Remove ACL entry from this ACL. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.type |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.type | |
class |
TypeException
Class implementing exception raised when no content is available for the resource. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.common.version |
| Subclasses of ResourceException in com.sap.netweaver.bc.rf.common.version | |
class |
CheckedOutException
Created by IntelliJ IDEA. |
class |
NotVersionedException
Created by IntelliJ IDEA. |
class |
VersionHasDescendantsException
Created by IntelliJ IDEA. |
class |
VersionHistoryInUseException
Created by IntelliJ IDEA. |
class |
VersionIsCheckedOutException
Created by IntelliJ IDEA. |
class |
WrongRevisionException
Created by IntelliJ IDEA. |
| Methods in com.sap.netweaver.bc.rf.common.version that throw ResourceException | |
ICheckOutInfo |
CheckInInfo.getCheckOutInfo()
|
ICheckOutInfo |
ICheckInInfo.getCheckOutInfo()
If the resource was checked in with the keepCheckedOut flag, the result of the implicit checkout call is reported. |
IRid |
ICheckOutInfo.getWorkingRid()
If the checkout generated a working resource, it's handle is returned. |
IRid |
CheckOutInfo.getWorkingRid()
Get the workingRid attribute of the CheckOutInfo object. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi |
| Methods in com.sap.netweaver.bc.rf.mi that throw ResourceException | |
IResourceHandle |
IManager.lookup(IRid rid)
Look up a resource in this repository by resource identifer. |
java.util.List |
IManager.lookup(java.util.List ridList,
boolean contentToBeFetched,
java.util.List propertyNamesToBeFetched)
Look up resources in repository by list of resource ids and prefetch content and certain properties when requested. Note: This method needs not to be handled atomically! |
java.util.List |
IManager.lookup(java.util.List ridList,
java.util.Map content,
java.util.Map properties,
java.lang.String[] permissionNames)
Look up resources in repository by list of resource ids and check thereby for the given permission names. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.binding |
| Methods in com.sap.netweaver.bc.rf.mi.binding that throw ResourceException | |
java.util.List |
IBindingManager.getBindings(IResourceHandle resourceHandle)
Get list of bindings of the resource. |
IResourceHandle |
IMutableBindingManager.createResource(IBindingCreateDescriptor createDescriptor)
Create resource based on a resource create descriptor. |
java.util.List |
IMutableBindingManager.deleteResource(IResourceHandle resourceHandle)
Delete resource. |
java.util.List |
IMutableBindingManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor. |
java.util.List |
IMutableBindingManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.content |
| Methods in com.sap.netweaver.bc.rf.mi.content that throw ResourceException | |
void |
IMutableContentManager.setContent(IResourceHandle resourceHandle,
IMutableContent content,
boolean compareETags)
Set content of the resource. |
IContent |
IContentManager.getContent(IResourceHandle resourceHandle)
Get content of the resource. |
java.util.Map |
IContentManager.getContent(java.util.List resourceHandles)
Get content of a list of resource handles. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.idmapper |
| Methods in com.sap.netweaver.bc.rf.mi.idmapper that throw ResourceException | |
IResourceHandle |
IIdMapperManager.lookup(java.lang.String uniqueId)
Look up resource in repository by unique id. |
java.lang.String |
IIdMapperManager.getUniqueId(IResourceHandle resourceHandle)
Get unique id of resource. |
java.util.Map |
IIdMapperManager.lookup(java.util.List uniqueIds)
Look up resources in repository by list of unique ids. |
java.util.Map |
IIdMapperManager.getUniqueIds(java.util.List resourceHandles)
Get list of unique ids by list of resources. |
void |
IMutableIdMapperManager.assignToRid(IRid resourceId,
java.lang.String uniqueId)
Assign unique id to resource id. |
void |
IMutableIdMapperManager.assignToResource(IResourceHandle resourceHandle,
java.lang.String uniqueId)
Assign unique id to resource handle. |
void |
IMutableIdMapperManager.assignToRids(java.util.Map uniqueIdsIndexedByResourceIds)
Assign list of unique ids to list of resource ids. |
void |
IMutableIdMapperManager.assignToResources(java.util.Map uniqueIdsIndexedByResourceHandles)
Assign list of unique ids to list of resource handles. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.lock |
| Methods in com.sap.netweaver.bc.rf.mi.lock that throw ResourceException | |
java.util.List |
ILockManager.getLocks(IResourceHandle resourceHandle)
Get list of ILogInfo instances describing all locks set for the
given resource handle independly of the user. |
ILockInfo |
IMutableLockManager.lock(IResourceHandle resourceHandle,
ILockDescriptor lockDescriptor)
Lock a resource (content, properties, etc. and the namespace, not the resources, below the resource). |
void |
IMutableLockManager.unlock(IResourceHandle resourceHandle,
java.lang.String lockToken)
Unlock a resource (content, properties, etc. and the namespace, not the resources, below the resource). |
ILockInfo |
IMutableLockManager.refreshLock(IResourceHandle resourceHandle,
java.lang.String lockToken)
Refresh, i.e. reset the timer of the given lock for a given resource handle until the lock is released automatically. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.namespace |
| Methods in com.sap.netweaver.bc.rf.mi.namespace that throw ResourceException | |
java.util.List |
INamespaceManager.findResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor,
int offset,
int length,
java.lang.Object resultStateDescriptor)
Find resources matching certain criteria specified in the find resources descriptor returning a list of the results. |
java.util.Iterator |
INamespaceManager.findResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor,
int startIndex,
int fetchSize)
Find resources matching certain criteria specified in the find resources descriptor returning an iterator for the results. |
long |
INamespaceManager.countResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor)
Count resources matching certain criteria specified in the find resources descriptor returning their number. |
IQueryBuilder |
INamespaceManager.getQueryBuilder()
Get a search manager specific query builder, which may be used to build query expressions of type com.sap.netweaver.bc.rf.common.search.IQueryExpression. |
boolean |
INamespaceManager.isQueryPropertyNameUnderstood(IName propertyName)
Return whether or not the manager has special knowledge about the given property, i.e. undestands the semantic of this property. |
boolean |
INamespaceManager.isCollection(IResourceHandle handle)
Check if a resource handle denotes a resource collection. |
boolean |
INamespaceManager.isLink(IResourceHandle handle)
Check if a resource handle denotes a resource link, i.e. a resource linking to another resource. |
OrderMechanism |
INamespaceManager.getCollectionOrderMechanism(IResourceHandle resourceHandle)
Returns the OrderMechanism of the collection. |
ILinkDescriptor |
INamespaceManager.getLinkDescriptor(IResourceHandle resourceHandle)
Returns the ILinkDescriptor of the link. |
IResourceHandle |
IMutableNamespaceManager.createResource(ICreateDescriptor createDescriptor)
Create a resource based on a descriptor. |
java.util.List |
IMutableNamespaceManager.deleteResource(IResourceHandle resourceHandle)
Deletes the resource. |
java.util.List |
IMutableNamespaceManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor. |
java.util.List |
IMutableNamespaceManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor. |
void |
IMutableNamespaceManager.setCollectionOrderMechanism(IResourceHandle resourceHandle,
OrderMechanism orderMechanism)
Change the OrderMechanism of the collection. |
void |
IMutableNamespaceManager.reorderCollection(IResourceHandle resourceHandle,
java.util.List orderPositions)
Reorder children of the resource collection. |
void |
IMutableNamespaceManager.setLinkDescriptor(IResourceHandle resourceHandle,
ILinkDescriptor linkDescriptor)
Changes a link's type and/or target. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property |
| Methods in com.sap.netweaver.bc.rf.mi.property that throw ResourceException | |
void |
IMutablePropertyManager.updateProperty(IResourceHandle resourceHandle,
IPropertyUpdateDescriptor update)
Update single property on a single resource handle. |
void |
IMutablePropertyManager.updateProperties(IResourceHandle resourceHandle,
java.util.List updates)
Update list of properties on a single resource handle. |
void |
IMutablePropertyManager.updateProperty(java.util.List resourceHandles,
IPropertyUpdateDescriptor update)
Update single property on a list of resource handles. |
void |
IMutablePropertyManager.updateProperties(java.util.List resourceHandles,
java.util.List updates)
Update list of properties on a list of resource handles. |
IProperty |
IPropertyManager.getProperty(IResourceHandle resourceHandle,
IPropertyName propertyName)
Get single property of a single resource handle. |
java.util.Map |
IPropertyManager.getListedProperties(IResourceHandle resourceHandle,
java.util.List propertyNames)
Get list of properties of a single resource handle. |
java.util.Map |
IPropertyManager.getAllProperties(IResourceHandle resourceHandle)
Get map of all properties of a single resource handle. |
java.util.Map |
IPropertyManager.getProperties(java.util.List resourceHandles,
IPropertyName propertyName)
Get single property of a list of resource handles. |
java.util.Map |
IPropertyManager.getListedProperties(java.util.List resourceHandles,
java.util.List propertyNames)
Get list of properties of a list of resource handles. |
java.util.Map |
IPropertyManager.getAllProperties(java.util.List resourceHandles)
Get maps of all properties of a list of resource handles. |
static StringSingleValueProperty |
SystemPropertyFactory.createResourceNameProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createResourceTypeProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static DateSingleValueProperty |
SystemPropertyFactory.createCreatedProperty(java.util.Date value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createCreatedByProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static DateSingleValueProperty |
SystemPropertyFactory.createModifiedProperty(java.util.Date value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createModifiedByProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createCollectionProperty(boolean value,
int propertyFlags)
Create system property. |
static LongSingleValueProperty |
SystemPropertyFactory.createLinkTypeProperty(long value,
int propertyFlags)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createReadOnlyProperty(boolean value,
int propertyFlags)
Create system property. |
static BooleanSingleValueProperty |
SystemPropertyFactory.createHiddenProperty(boolean value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createDisplayNameProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createDescriptionProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static LongSingleValueProperty |
SystemPropertyFactory.createContentLengthProperty(long value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentTypeProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentEncodingProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createContentLanguageProperty(java.lang.String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
SystemPropertyFactory.createETagProperty(java.lang.String value,
int propertyFlags)
Create system property. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.booleantype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.booleantype that throw ResourceException | |
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
BooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.datetype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.datetype that throw ResourceException | |
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
long value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
long value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
long[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.inttype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.inttype that throw ResourceException | |
IntMultiValueProperty(IPropertyName name,
int[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
IntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.longtype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.longtype that throw ResourceException | |
LongMultiValueProperty(IPropertyName name,
long[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
LongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.stringtype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.stringtype that throw ResourceException | |
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.property.xmltype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.xmltype that throw ResourceException | |
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.security |
| Methods in com.sap.netweaver.bc.rf.mi.security that throw ResourceException | |
java.util.List |
ISecurityManager.getSupportedPermissions(IResourceHandle resourceHandle)
Get list of permissions which are supported by the security manager for the given resource handle, e.g. outcome depends on whether the resource is a collection or not. |
boolean |
ISecurityManager.isAllowed(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Checks whether the given principal has the given permission on the given resource handle. |
boolean |
ISecurityManager.isAllowed(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Checks whether the given principal has all of the given permissions on the given resource handle. |
java.util.Set |
ISecurityManager.isAllowed(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Checks whether the given principal has the given permission on the given resource identifiers. |
java.util.Set |
ISecurityManager.isAllowed(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Checks whether the given principal has all of the given permissions on the given resource identifiers. |
void |
IMutableSecurityManager.grant(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Set permission for the given principal on the given resource handle. |
void |
IMutableSecurityManager.grant(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Set list of permissions for the given principal on the given resource handle. |
void |
IMutableSecurityManager.grant(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Set permission for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.grant(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Set list of permissions for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.revoke(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Remove permission for the given principal on the given resource handle. |
void |
IMutableSecurityManager.revoke(IResourceHandle resourceHandle,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Remove list of permissions for the given principal on the given resource handle. |
void |
IMutableSecurityManager.revoke(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Remove permission for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.revoke(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Remove list of permissions for the given principal on the given resource identifiers. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.security.acl |
| Methods in com.sap.netweaver.bc.rf.mi.security.acl that throw ResourceException | |
IRid |
IAclInheritanceController.getLegator(IRid resourceIdentifier)
Get parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier, e.g. if a resource has no ACL settings, this controller will be asked to return the parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier. |
IAcl |
IAclSecurityManager.getAcl(IResourceHandle resourceHandle)
Get ACL of a given resource handle. |
IAcl |
IAclSecurityManager.getInheritedAcl(IResourceHandle resourceHandle)
Get ACL of a given resource handle or an inherited ACL if none is defined directly for the given resource handle. |
IAcl |
IAclSecurityManager.createAcl(IResourceHandle resourceHandle)
Create a new ACL for a resource handle when the resource handle has no ACL and the current user in the resource context is an owner of the inherited ACL. |
void |
IAclSecurityManager.assignAcl(IResourceHandle resourceHandle,
IAcl acl)
Assign an existent ACL, i.e. copy and assign it to a resource handle when the resource handle has no ACL and the current user in the resource context is an owner of the source ACL. |
void |
IAclSecurityManager.removeAcl(IResourceHandle resourceHandle)
Remove the ACL from the given resource. |
void |
IAclSecurityManager.removeAcl(IAcl acl)
Remove the given ACL from its resource. |
IObjectType |
IAclSecurityManager.getObjectType(IResourceHandle resourceHandle)
Get object type this ACL security sub manager interprets the given resource handle. |
java.util.List |
IAclSecurityManager.getSupportedPermissions(IResourceHandle resourceHandle)
Get list of permissions which are supported by this ACL security sub manager for the given resource handle, i.e. outcome depends on the object type of the given resource handle, e.g. depends whether the resource is a collection or not. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.type |
| Methods in com.sap.netweaver.bc.rf.mi.type that throw ResourceException | |
IResourceHandle |
IMutableTypeManager.createResource(java.lang.Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
Create resource based on given resource object known to the implementing repository (i.e. it's known how to identify and serialize it in order to create it) and the given creation descriptor for the resource. |
IResourceHandle |
IMutableTypeManager.updateResource(java.lang.Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
Update resource based on given resource object known to the implementing repository (i.e. it's known how to identify and serialize it in order to update it) and the given update descriptor for the resource. |
void |
IMutableTypeManager.deleteResource(java.lang.Object resourceObject)
Delete resource based on given resource object known to the implementing repository (i.e. it's known how to identify it in order to delete it). |
boolean |
ITypeManager.isA(IResourceHandle resourceHandle,
java.lang.Class requestedType)
Check if resource IS An or providing an instance of the given requested type ("instanceof"). |
java.lang.Object |
ITypeManager.as(IResourceHandle resourceHandle,
java.lang.Class requestedType)
Get resource AS instance of the given requested type ("cast"). |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.variant |
| Methods in com.sap.netweaver.bc.rf.mi.variant that throw ResourceException | |
boolean |
IVariantManager.isVariantsEnabled(IResourceHandle resourceHandle)
Return true when for the given resource handle multiple variants can be stored. |
IResourceHandle |
IVariantManager.lookupVariant(IRid rid)
TBD: Unknown function (concerning selection of the resource, e.g. by special MIME type or special language different from actual user language). |
IResourceHandle |
IVariantManager.lookupVariant(IRid rid,
long timestamp)
TBD: Unknown function (concerning selection of the resource, e.g. by special MIME type or special language different from actual user language). |
void |
IMutableVariantManager.setVariantsEnabled(IResourceHandle resourceHandle,
boolean variantsEnabled)
Set whether or not the given resource handle should be enabled for variants so that multiple variants of the resource can be stored. |
| Uses of ResourceException in com.sap.netweaver.bc.rf.mi.version |
| Methods in com.sap.netweaver.bc.rf.mi.version that throw ResourceException | |
boolean |
IBasicVersioningManager.isVersionControlEnabled(IResourceHandle resourceHandle)
Returns true if the given resource handle refers to a vcr. |
java.util.List |
IBasicVersioningManager.getVersionHistory(IResourceHandle resourceHandle)
If the given resource handle refers to a vcr with a linear version history, this version history is returned as a list of resource handles referring to version resources (note that the last version in the list is the newest). |
java.util.Set |
IBasicVersioningManager.getPredecessorVersions(IResourceHandle resourceHandle)
If the given resource handle refers to a version resource, the method will return the set of resource handles which refer to immediate predecessors of that version in it's version history. |
java.util.Set |
IBasicVersioningManager.getSuccessorVersions(IResourceHandle resourceHandle)
If the given resource handle refers to a version resource, the method will return the set of resource handles which refer to immediate successors of that version in it's version history. |
boolean |
IBasicVersioningManager.isCheckedOut(IResourceHandle vcrHandle)
Returns true if the given resource handle refers to a checked-out vcr. |
IResourceHandle |
IBasicVersioningManager.getCheckedOutVersion(IResourceHandle vcrHandle)
Returns the version resource handle from which the given (checked-out) vcr has been checked out. |
IResourceHandle |
IBasicVersioningManager.getCheckedInVersion(IResourceHandle vcrHandle)
Returns the version resource the given (checked-in) vcr is based on. |
boolean |
IBasicVersioningManager.isAutoChildVersionControlEnabled(IResourceHandle collectionHandle)
Returns true if auto version control of children is enabled for the collection resource referred by the given collection handle, which means that newly created direct non-collection children will automatically put under version control. |
IName |
IBasicVersioningManager.getAutoVersioningMode(IResourceHandle versionedResourceHandle)
Returns the autoversioning mode of the vcr referred by the given resource handle. |
IResourceHandle |
IMutableWorkspaceManager.createVersionControlledResource(IResourceHandle collectionHandle,
IResourceHandle baseVersionHandle,
java.lang.String name)
If the given handle belongs to a workspace controlled collection, a new version controlled resource based on the given version handle will be created. |
IResourceHandle |
IMutableWorkspaceManager.createWorkspace(IResourceHandle collectionHandle,
java.lang.String name)
If the given resource handle refers to a collection that supports workspace creation, a new workspace resource will be created. |
void |
IMutableBasicVersioningManager.setVersionControlEnabled(IResourceHandle resourceHandle,
boolean enabled)
Enables or disables version control for the resource referred by the given resource handle. |
ICheckOutInfo |
IMutableBasicVersioningManager.checkOutInPlace(IResourceHandle vcrHandle,
boolean forkOk)
Check out a checked-in vcr to prepare subsequent changes of it's version controlled state. |
java.util.Set |
IMutableBasicVersioningManager.undoCheckOut(IResourceHandle vcrHandle)
Roll back a previous checkout operation. |
ICheckInInfo |
IMutableBasicVersioningManager.checkIn(IResourceHandle resourceHandle,
IRid expectedCheckInRID,
boolean forkOk,
boolean keepCheckedOut)
Check in a checked-out vcr to create a new version describing the current version controlled state of the vcr. |
java.util.Set |
IMutableBasicVersioningManager.updateFromVersion(IResourceHandle vcrHandle,
IResourceHandle versionHandle)
The version controlled state of the checked-in vcr referred by the given vcrHandle parameter will be updated from the state of the version refered by the given versionHandle, and this version will become the new checked-in version of the vcr. |
java.util.Set |
IMutableBasicVersioningManager.setAutoChildVersionControlEnabled(IResourceHandle collectionHandle,
boolean modifyPlainChildren,
boolean returnModified,
boolean enable)
Enables or disables auto child version controlling for the collection referred by the given collection handle. |
ICheckOutInfo |
IMutableAdvancedVersioningManager.checkOutWorkingResource(IResourceHandle resourceHandle,
boolean applyToVersion,
boolean forkOk)
If the given resource handle refers to a vcr or a version resource, this resource is checked out to create a new working resource, which is essentially a new vcr with a server-provided RID, based on the given version (resp. the checked-in version of the given vcr) and using the same version history. |
void |
IMutableAdvancedVersioningManager.removeLabel(IResourceHandle versionHandle,
java.lang.String label)
Removes the given label from the given version resource, if it is present there. |
void |
IMutableAdvancedVersioningManager.setLabel(IResourceHandle versionHandle,
java.lang.String label)
Tags the given version resource with the given label. |
void |
IMutableAdvancedVersioningManager.addLabel(IResourceHandle versionHandle,
java.lang.String label)
Tags the given version resource with the given label. |
java.util.Set |
IWorkspaceManager.getWorkspaceCollectionSet(IResourceHandle resourceHandle)
Return the Set of collection handles where workspaces can be
created. |
IResourceHandle |
IWorkspaceManager.getWorkspaceResource(IResourceHandle resourceHandle)
If the given resource handle belongs to a workspace controlled resource, a resource handle referring to it's workspace resource will be returned. |
java.util.Set |
IWorkspaceManager.getCheckedOutResources(IResourceHandle workspaceHandle)
Returns the Set of resource handles referring to checked-out
vcrs belonging to the workspace identified by the given resource handle. |
java.util.Map |
IVersionedCollectionManager.getVersionControlledBindingMap(IResourceHandle collectionVersionHandle)
If the given resource handle refers to a version of a vcc, the mapping of version controlled bindings for this version is returned, where the mapping's key set contains the local names of the version controlled internal members of the collection and the value set contains resource handles of the version histories of the version controlled internal members. (for an ordered collection, this will be a SortedMap) |
java.util.Set |
IVersionedCollectionManager.getEclipsedSet(IResourceHandle vccHandle)
Returns the collection of local member names of the given vcc which are eclipsed by members which are not under version control. |
java.util.Set |
IAdvancedVersioningManager.getVersionHistoryCollections(IResourceHandle vcrHandle)
Returns a set of resource handles referring to the collections that are used to store version history resources for the given resource handle. |
IResourceHandle |
IAdvancedVersioningManager.getVersionHistoryResource(IResourceHandle resourceHandle)
Returns a resource handle referring to the version history resource of the given vcr or version. |
IResourceHandle |
IAdvancedVersioningManager.getRootVersion(IResourceHandle versionHistoryHandle)
Returns a resource handle referring to the version resource that is the root of the given version history (i.e. the first version in the version history). |
java.util.Set |
IAdvancedVersioningManager.getVCRsBasedOnHistory(IResourceHandle scope,
IResourceHandle versionHistoryHandle)
If the given resource handle refers to a version history resource, a list of resource handles referring to vcrs based on this version history will be returned. |
java.util.Set |
IAdvancedVersioningManager.getCheckedOutVCRsByVersion(IResourceHandle versionHandle)
If the given resource handle refers to a version resource, the set of resource handles referring to checked-out vcrs based on this version will be returned. |
java.util.Set |
IAdvancedVersioningManager.getCheckInForkBehaviour(IResourceHandle versionHandle)
Returns a set of IName objects describing the fork behavior of
the given version resource on checkin. |
java.util.Set |
IAdvancedVersioningManager.getCheckOutForkBehaviour(IResourceHandle versionHandle)
Returns a set of IName objects describing the fork behavior of
the given version resource on checkout. |
IResourceHandle |
IAdvancedVersioningManager.getAutoUpdateVcr(IResourceHandle workingResourceHandle)
Returns a resource handle referring to the version controlled resource from which the given working resource was created and which will automatically be updated when the working resource is checked in. |
java.util.Set |
IAdvancedVersioningManager.getLabelSet(IResourceHandle versionHandle)
Returns a Set of strings representing the labels defined on
the given version resource. |
IResourceHandle |
IAdvancedVersioningManager.getVersionResourceByLabel(IResourceHandle versionHistoryHandle,
java.lang.String label)
Returns the resource handle of the version resource which is contained in the given version history and which is tagged by the given label. |
| Uses of ResourceException in com.sapportals.wcm.repository |
| Constructors in com.sapportals.wcm.repository with parameters of type ResourceException | |
ResourceException(ResourceException newResourceException)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||