|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ItemCopier | |
| com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items, templates, content sections, and content types. |
| Uses of ItemCopier in com.arsdigita.cms |
| Methods in com.arsdigita.cms with parameters of type ItemCopier | |
boolean |
ArticleImageAssociation.copyProperty(CustomCopy source,
com.arsdigita.persistence.metadata.Property property,
ItemCopier copier)
Auto-publish the associated ReusableImageAssociation if it is not yet live |
boolean |
Folder.copyProperty(CustomCopy srcItem,
com.arsdigita.persistence.metadata.Property property,
ItemCopier copier)
Copy the specified property (attribute or association) from the specified source folder. |
boolean |
ContentBundle.copyProperty(CustomCopy source,
com.arsdigita.persistence.metadata.Property property,
ItemCopier copier)
Ignore the INSTANCES property for
ItemCopier.VERSION_COPY. |
boolean |
CustomCopy.copyProperty(CustomCopy source,
com.arsdigita.persistence.metadata.Property property,
ItemCopier copier)
Copy the specified property (attribute or association) from the specified source item. |
protected boolean |
ContentItem.copyProperty(ContentItem source,
String attribute,
ItemCopier copier)
Deprecated. use ContentItem.copyProperty(CustomCopy, Property, ItemCopier) instead |
boolean |
ContentItem.copyProperty(CustomCopy source,
com.arsdigita.persistence.metadata.Property property,
ItemCopier copier)
Copy the specified property (attribute or association) from the specified source item. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||