|
Class Summary |
| AdapterCode |
holds a number of constants to define the result of an operation within the rfadapter
on a technical level. |
| CollectionDataPack |
|
| ContentCreator |
convience methods to create IContent objects out of simple objects. |
| CopyUtility |
encapsulates the copy-functionality of the IResource and resolves possible
ID-clashes in the target folder. |
| DataPack |
an immutable class to hold all information for any IResource to
be created. |
| IDExtension |
splits a given id in the three parts name, counter
and extension. |
| IDResolver |
offers functionality to calculate valid (and unique) IDs from
a String that can be used to create IResource
objects within a certain ICollection. |
| IDResolver.Status |
|
| IDValidator |
|
| LinkDataPack |
combines all information needed to create an internal or external link in an
ICollection. |
| MoveUtility |
encapsulates the move-functionality of the IResource and resolves possible
ID-clashes in the target folder. |
| RenameUtility |
encapsulates the rename functionality of the RepositoryFramework
and modifies both the displayname property as well as the name
attribute of the given IResource. |
| ResourceCreator |
offers different convinience-levels (and therefore performance-levels) to create an
IResource in a given ICollection. |
| ResourceDataPack |
|
| Result |
encapsulates all information available when the system tried tocreate an
IResource object. |
| ResultList |
a simple container that only allows to add, not to remove instances of
the Result class. |
| UpdateUtility |
encapsulates the update functionalities for the content as well as the
properties of an IResource. |
| WcmExceptionTextUtil |
|