|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceErrors | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.batch | |
| Uses of ResourceErrors in com.sapportals.wcm.repository |
| Methods in com.sapportals.wcm.repository that return ResourceErrors | |
ResourceErrors |
CopyParameter.getResourceErrors()
|
| Methods in com.sapportals.wcm.repository with parameters of type ResourceErrors | |
void |
CopyParameter.setResourceErrors(ResourceErrors errors)
|
IResourceList |
IResourceFactory.getResources(IUriList uriList,
ResourceErrors errors,
IResourceContext context)
Deprecated. As of EP 5.0 SP3, replaced by getResources() method with IRidList parameter. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
ResourceErrors errors,
IResourceContext context)
Returns a list of resource instances for an array of resource identifiers. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
ResourceErrors errors,
java.lang.String[] permissionNames,
IResourceContext context)
Returns a list of resource instances for an array of resource identifiers and removes resources without the specified permission(s) from the result list. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
java.util.Map propertyMaps,
ResourceErrors errors,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources. |
IResourceList |
IResourceFactory.getResources(IRidList ridList,
java.util.Map propertyMaps,
ResourceErrors errors,
java.lang.String[] permissionNames,
IResourceContext context)
Returns a list of resource instances for a list of resource identifiers and possible {@IPropertyMap}s for the resources. |
void |
ResourceErrors.append(ResourceErrors errors)
Appends the list of exceptions to this list |
| Uses of ResourceErrors in com.sapportals.wcm.repository.batch |
| Methods in com.sapportals.wcm.repository.batch that return ResourceErrors | |
ResourceErrors |
ResourcePropertyMap.getExceptions(RID rid)
Returns a collection of exceptions that occurred for a specified RID. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||