|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
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 | |
com.arsdigita.cms.dispatcher | Provides a set of classes that serves requests to the Content Management System. |
com.arsdigita.cms.installer.xml | |
com.arsdigita.cms.search | |
com.arsdigita.cms.ui | Provides a set of UI components and tools for the Content Management System. |
com.arsdigita.cms.ui.authoring |
Provides a set of UI components and tools for
the Authoring Kit user interface. |
com.arsdigita.cms.ui.templates | |
com.arsdigita.cms.ui.type | Provides the set of classes that implements the user interface for managing pre-defined content types. |
Uses of ContentType in com.arsdigita.cms |
Methods in com.arsdigita.cms that return ContentType | |
ContentType |
SectionTemplateMapping.getContentType()
|
ContentType |
ItemSelectionModel.getContentType()
|
ContentType |
CategoryTemplateMapping.getContentType()
Returns the ContentType for this
CategoryTemplateMapping |
ContentType |
ContentTypeCollection.getContentType()
Returns a LifecycleDefinition for the current position in
the collection. |
ContentType |
AuthoringKit.getContentType()
Get the ContentType associated with this kit. |
static ContentType |
ContentType.findByAssociatedObjectType(String objType)
Find the content type with the associated with the object type. |
ContentType |
ContentItem.getContentType()
Gets the content type of this content item. |
Methods in com.arsdigita.cms with parameters of type ContentType | |
void |
SectionTemplateMapping.setContentType(ContentType t)
|
protected static SectionTemplateMapping |
SectionTemplateMapping.getMapping(ContentSection section,
ContentType type,
Template template,
String useContext)
Deprecated. use getMapping(ContentSection section, ContentType type, Template template, String useContext, MimeType mimeType) |
protected static SectionTemplateMapping |
SectionTemplateMapping.getMapping(ContentSection section,
ContentType type,
Template template,
String useContext,
com.arsdigita.mimetypes.MimeType mimeType)
Load the specified mapping; return null if no such mapping exists |
protected static Template |
SectionTemplateMapping.getDefaultTemplate(ContentSection section,
ContentType type,
String useContext,
com.arsdigita.mimetypes.MimeType mimeType)
Get the default template for the given use context and mime type |
protected static Template |
SectionTemplateMapping.getDefaultTemplate(ContentSection section,
ContentType type,
String useContext)
Deprecated. use getDefaultTemplates with the MimeType or use the collection since there can be one default per mime type per context |
protected static com.arsdigita.cms.SectionTemplateCollection |
SectionTemplateMapping.getDefaultTemplates(ContentSection section,
ContentType type,
String useContext)
Get the default template for the given use context |
protected static com.arsdigita.cms.SectionTemplateCollection |
SectionTemplateMapping.getTemplates(ContentSection section,
ContentType type,
String useContext)
Retrieve all templates for the given content, type, and use context |
protected static com.arsdigita.cms.SectionTemplateCollection |
SectionTemplateMapping.getTemplates(ContentSection section,
ContentType type)
Retrieve all templates for the given content section and type, along with their use context |
void |
TemplateManager.addTemplate(ContentSection section,
ContentType type,
Template template,
String context)
Add a template to the given content type for the given content section. |
void |
TemplateManager.removeTemplate(ContentSection section,
ContentType type,
Template template,
String context)
Remove the specified template from the content type in the given context. |
void |
TemplateManager.addTemplate(ContentSection section,
ContentType type,
Template template,
String context,
boolean isDefault)
Add a template to the given content type for the given content section. |
void |
TemplateManager.setDefaultTemplate(ContentSection section,
ContentType type,
Template template,
String context)
Designate the given template as the default template within its use context. |
Template |
TemplateManager.getDefaultTemplate(ContentSection section,
ContentType type,
String context)
Deprecated. Use getDefaultTemplate(ContentSection, ContentType, String, MimeType) |
Template |
TemplateManager.getDefaultTemplate(ContentSection section,
ContentType type,
String context,
com.arsdigita.mimetypes.MimeType mimeType)
Get the default template for the given section, type and use context |
TemplateCollection |
TemplateManager.getTemplates(ContentSection section,
ContentType type)
Get all the templates within the given section and type |
TemplateCollection |
TemplateManager.getTemplates(ContentSection section,
ContentType type,
String context)
Get all the templates within the given section, type and context |
void |
DefaultTemplateManager.addTemplate(ContentSection section,
ContentType type,
Template template,
String context,
boolean isDefault)
Add a template to the given content type for the given content section. |
void |
DefaultTemplateManager.setDefaultTemplate(ContentSection section,
ContentType type,
Template template,
String useContext)
Designate the given template as the default template within its use context. |
void |
DefaultTemplateManager.addTemplate(ContentSection section,
ContentType type,
Template template,
String context)
Add a template to the given content type for the given content section. |
void |
DefaultTemplateManager.removeTemplate(ContentSection section,
ContentType type,
Template template,
String context)
Remove the specified template from the content type in the given context. |
Template |
DefaultTemplateManager.getDefaultTemplate(ContentSection section,
ContentType type,
String context)
Get the default template for the given section, type and use context |
Template |
DefaultTemplateManager.getDefaultTemplate(ContentSection section,
ContentType type,
String context,
com.arsdigita.mimetypes.MimeType mimeType)
Get the default template for the given section, type and use context |
TemplateCollection |
DefaultTemplateManager.getTemplates(ContentSection section,
ContentType type)
Get all the templates within the given section and type |
TemplateCollection |
DefaultTemplateManager.getTemplates(ContentSection section,
ContentType type,
String context)
Get all the templates within the given section, type and context |
protected void |
ContentTypeWorkflowTemplate.setContentType(ContentType type)
|
static com.arsdigita.workflow.simple.WorkflowTemplate |
ContentTypeWorkflowTemplate.getWorkflowTemplate(ContentSection section,
ContentType type)
Get the default associated workflow template for a content type in a particular content section. |
static boolean |
ContentTypeWorkflowTemplate.updateWorkflowTemplate(ContentSection section,
ContentType type,
com.arsdigita.workflow.simple.WorkflowTemplate template)
Associate a default workflow template for a content type in a particular content section. |
static boolean |
ContentTypeWorkflowTemplate.removeWorkflowTemplate(ContentSection section,
ContentType type)
Remove the default workflow template association for a content type in a particular content section. |
protected void |
ContentTypeLifecycleDefinition.setContentType(ContentType type)
|
static LifecycleDefinition |
ContentTypeLifecycleDefinition.getLifecycleDefinition(ContentSection section,
ContentType type)
Get the default associated lifecycle definition for a content type in a particular content section |
static boolean |
ContentTypeLifecycleDefinition.updateLifecycleDefinition(ContentSection section,
ContentType type,
LifecycleDefinition lifecycle)
Associated a default lifecycle definition for a content type in a particular content section. |
static boolean |
ContentTypeLifecycleDefinition.removeLifecycleDefinition(ContentSection section,
ContentType type)
Remove the default lifecycle definition association for a content type in a particular content section. |
void |
CategoryTemplateMapping.setContentType(ContentType t)
Sets the ContentType for this
CategoryTemplateMapping |
static CategoryTemplateMapping |
CategoryTemplateMapping.getMapping(com.arsdigita.categorization.Category category,
ContentType type,
Template template,
String useContext)
Load the specified mapping; return null if no such mapping exists |
static Template |
CategoryTemplateMapping.getDefaultTemplate(com.arsdigita.categorization.Category category,
ContentType type,
String useContext)
Get the default template for the given use context |
static CategoryTemplateCollection |
CategoryTemplateMapping.getTemplates(com.arsdigita.categorization.Category category,
ContentType type,
String useContext)
Retrieve all templates for the given category, type, and use context |
static CategoryTemplateCollection |
CategoryTemplateMapping.getTemplates(com.arsdigita.categorization.Category category,
ContentType type)
Retrieve all templates for the given category and type, along with their use context |
protected void |
AuthoringKit.setContentType(ContentType type)
Set the ContentType associated with this kit. |
void |
ContentSection.addContentType(ContentType type)
Register a content type to the content section. |
void |
ContentSection.removeContentType(ContentType type)
Unregister a content type from the content section. |
static void |
ContentType.registerXSLFile(ContentType type,
String path)
NB this interface is liable to change. |
static void |
ContentType.unregisterXSLFile(ContentType type,
String path)
NB this interface is liable to change. |
void |
ContentItem.setContentType(ContentType type)
Sets the content type of this content item. |
Constructors in com.arsdigita.cms with parameters of type ContentType | |
ItemSelectionModel(ContentType type,
String parameterName)
Construct a new ItemSelectionModel |
|
ItemSelectionModel(ContentType type,
com.arsdigita.bebop.parameters.BigDecimalParameter parameter)
Construct a new ItemSelectionModel |
|
ItemSelectionModel(ContentType type,
com.arsdigita.bebop.SingleSelectionModel model)
Construct a new ItemSelectionModel |
Uses of ContentType in com.arsdigita.cms.contenttypes |
Methods in com.arsdigita.cms.contenttypes with parameters of type ContentType | |
protected void |
AbstractContentTypeLoader.prepareSection(ContentSection section,
ContentType type,
LifecycleDefinition ld,
com.arsdigita.workflow.simple.WorkflowTemplate wf)
|
protected Template |
AbstractContentTypeLoader.setDefaultTemplate(String name,
String label,
URL templateURL,
ContentSection section,
ContentType type,
LifecycleDefinition ld,
com.arsdigita.workflow.simple.WorkflowTemplate wf)
This provides an easy way to subtypes to register default templates during the loading. |
Uses of ContentType in com.arsdigita.cms.dispatcher |
Methods in com.arsdigita.cms.dispatcher with parameters of type ContentType | |
static void |
ContentItemDispatcher.cachePut(ContentSection section,
ContentType type,
Template t)
Method cachePut. |
Uses of ContentType in com.arsdigita.cms.installer.xml |
Methods in com.arsdigita.cms.installer.xml that return ContentType | |
ContentType |
XMLContentItemHandler.getContentType(String typeName)
|
ContentType |
UDCTHelper.getParentContentType()
|
ContentType |
UDCTHelper.createType()
|
ContentType |
ContentTypeHelperImpl.getContentType()
|
ContentType |
ContentTypeHelperImpl.createType()
|
ContentType |
ContentTypeHelper.getContentType()
|
ContentType |
ContentTypeHelper.createType()
|
Uses of ContentType in com.arsdigita.cms.search |
Methods in com.arsdigita.cms.search that return ContentType | |
ContentType[] |
ContentTypeFilterSpecification.getTypes()
Returns the set of object types to filter on |
Constructors in com.arsdigita.cms.search with parameters of type ContentType | |
ContentTypeFilterSpecification(ContentType type)
Creates a new filter restricting results to a single content type. |
|
ContentTypeFilterSpecification(ContentType[] types)
Creates a new filter restricting results to a set content type. |
Uses of ContentType in com.arsdigita.cms.ui |
Methods in com.arsdigita.cms.ui that return ContentType | |
ContentType |
ContentPageTable.getContentType()
|
Methods in com.arsdigita.cms.ui with parameters of type ContentType | |
void |
ContentPageTable.setContentType(ContentType c)
Set the content type. |
Constructors in com.arsdigita.cms.ui with parameters of type ContentType | |
ItemSearchWidget(com.arsdigita.bebop.parameters.ParameterModel model,
ContentType contentType)
Construct a new ItemSearchWidget. |
|
ItemSearchWidget(String name,
ContentType contentType)
|
|
ItemSearchParameter(String name,
ContentType contentType)
Create a new item search parameter corresponding to a request parameter with the given name. |
Uses of ContentType in com.arsdigita.cms.ui.authoring |
Methods in com.arsdigita.cms.ui.authoring that return ContentType | |
ContentType |
AuthoringKitWizard.getContentType()
|
Methods in com.arsdigita.cms.ui.authoring with parameters of type ContentType | |
void |
ApplyWorkflowFormSection.setContentType(ContentType contentType)
Sets the ContentType for the creation component. |
protected com.arsdigita.bebop.Component |
AuthoringKitWizard.instantiateUserDefinedStep(String name,
ContentType originatingType)
Instantiate the specified authoring kit step for a user defined content type. |
protected abstract com.arsdigita.bebop.Component |
AuthoringKitSelector.instantiateKitComponent(AuthoringKit kit,
ContentType type)
Instantiate an authoring kit component. |
com.arsdigita.bebop.Component |
WizardSelector.instantiateKitComponent(AuthoringKit kit,
ContentType type)
|
protected com.arsdigita.bebop.Component |
CreationSelector.instantiateKitComponent(AuthoringKit kit,
ContentType type)
|
Constructors in com.arsdigita.cms.ui.authoring with parameters of type ContentType | |
SecondaryPageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType)
Construct a new SecondaryPageEditDynamic component |
|
PageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType)
Construct a new PageEditDynamic component |
|
PageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType,
boolean isPrimaryStep)
Construct a new PageEditDynamic component |
|
PageCreateDynamic(ItemSelectionModel itemModel,
CreationSelector parent,
ContentType useContentType)
Construct a new PageCreationDynamic component |
|
ApplyWorkflowFormSection(ContentType type)
Construct a new ApplyWorkflowFormSection |
|
ApplyWorkflowFormSection(ContentType type,
com.arsdigita.bebop.Container panel)
Construct a new ApplyWorkflowFormSection |
|
AuthoringKitWizard(ContentType type,
ItemSelectionModel model)
Construct a new AuthoringKitWizard. |
Uses of ContentType in com.arsdigita.cms.ui.templates |
Methods in com.arsdigita.cms.ui.templates that return ContentType | |
protected ContentType |
CategoryTemplates.AvailableTemplatesListing.getContentType(com.arsdigita.bebop.PageState s)
Get the currently selected use context |
Uses of ContentType in com.arsdigita.cms.ui.type |
Methods in com.arsdigita.cms.ui.type that return ContentType | |
protected ContentType |
ElementAddForm.getContentType(com.arsdigita.bebop.PageState state)
Fetches the currently selected content type from the single selection model. |
ContentType |
ContentTypeRequestLocal.getContentType(com.arsdigita.bebop.PageState state)
|
Methods in com.arsdigita.cms.ui.type with parameters of type ContentType | |
protected void |
CreateType.updateContentTypeAssociation(ContentSection section,
ContentType type)
registers the new type to this content section and creates authoring kit for the content type. |
protected void |
CreateType.updateContentTypeAssociation(ContentSection section,
ContentType type,
ContentType parentType)
registers the new type to this content section and creates authoring kit for the content type |
protected void |
AddType.updateContentTypeAssociation(ContentSection section,
ContentType type)
|
protected com.arsdigita.metadata.DynamicObjectType |
ElementAddForm.getDOT(ContentType type)
Fetches the associated object type of a user defined content type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |