|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomCopy | |
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 . |
com.arsdigita.cms.contenttypes |
Uses of CustomCopy in com.arsdigita.cms |
Classes in com.arsdigita.cms that implement CustomCopy | |
class |
Article
A class that represents an Article |
class |
ArticleImageAssociation
This class associates an Article and an Image with a particular caption. |
class |
Asset
Assets are extra content associated with a content item. |
class |
BinaryAsset
An abstract class for an asset which represents some binary data, such as an image, an audio clip, etc. |
class |
ContentBundle
A bundle of content items of different languages. |
class |
ContentItem
This class represents a content item. |
class |
ContentPage
This class extends content
item with the additional attributes name and title. |
class |
FileAsset
An asset describing a concrete
file, such as an image. |
class |
Folder
This class represents folders for which to organize items in a tree hierarchy. |
class |
ImageAsset
An asset representing an
image. |
class |
ReusableImageAsset
An asset representing a reusable
image. |
class |
StandalonePage
Represents a top-level page on the site. |
class |
Template
This class represents a template. |
class |
TextAsset
A Text object. |
class |
TextPage
This class extends a content page with an additional text attribute. |
class |
UserDefinedContentItem
This class extends content page and is the base class for all user defined content types. |
Methods in com.arsdigita.cms with parameters of type CustomCopy | |
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. |
com.arsdigita.domain.DomainObject |
ItemCopier.copy(CustomCopy source,
CustomCopy target,
com.arsdigita.domain.DomainObject object,
com.arsdigita.persistence.metadata.Property prop)
Creates a copy, by reference or by value, of the property represented in object . |
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. |
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. |
Uses of CustomCopy in com.arsdigita.cms.contenttypes |
Classes in com.arsdigita.cms.contenttypes that implement CustomCopy | |
class |
ContentGroup
This is an identifiable group of content that is used by the index page. |
class |
ContentGroupAssociation
This is an object that places an object in a group. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |