|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceName | |
---|---|
ccc.api.core | |
ccc.api.exceptions | |
ccc.api.types | |
ccc.client.actions | |
ccc.commands | Commands available in CCC. |
ccc.domain | The core domain model for CCC. |
ccc.migration | Classes for migration of CCC6 content to CCC7. |
ccc.plugins.search | |
ccc.plugins.search.lucene |
Uses of ResourceName in ccc.api.core |
---|
Methods in ccc.api.core that return ResourceName | |
---|---|
ResourceName |
Resource.getName()
Accessor for name. |
Methods in ccc.api.core with parameters of type ResourceName | |
---|---|
void |
Resource.setName(ResourceName name)
Mutator. |
static Template |
Template.summary(java.util.UUID id,
ResourceName name,
java.lang.String title,
java.lang.String description,
java.lang.String body,
java.lang.String definition)
Create a summary DTO. |
Constructors in ccc.api.core with parameters of type ResourceName | |
---|---|
Alias(java.util.UUID parentId,
ResourceName name,
java.util.UUID targetId)
Constructor. |
|
File(MimeType type,
java.lang.String path,
java.util.UUID id,
ResourceName name,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.String> properties)
Constructor. |
|
Folder(java.util.UUID parentId,
ResourceName name)
Constructor. |
Uses of ResourceName in ccc.api.exceptions |
---|
Constructors in ccc.api.exceptions with parameters of type ResourceName | |
---|---|
ResourceExistsException(java.util.UUID resourceId,
ResourceName resourceName)
Constructor. |
Uses of ResourceName in ccc.api.types |
---|
Methods in ccc.api.types that return ResourceName | |
---|---|
static ResourceName |
ResourceName.escape(java.lang.String invalidCharacters)
Escape a string to provide a valid ResourceName. |
ResourceName |
ResourcePath.top()
Return the top. |
Methods in ccc.api.types that return types with arguments of type ResourceName | |
---|---|
java.util.List<ResourceName> |
ResourcePath.elements()
Query method. |
java.util.List<ResourceName> |
ResourcePath.elementsToTop()
Returns list of all but topmost elements. |
Methods in ccc.api.types with parameters of type ResourceName | |
---|---|
ResourcePath |
ResourcePath.append(ResourceName resourceName)
Append a resource name to the end of an existing path. |
Constructors in ccc.api.types with parameters of type ResourceName | |
---|---|
ResourcePath(ResourceName name)
Constructor. |
Constructor parameters in ccc.api.types with type arguments of type ResourceName | |
---|---|
ResourcePath(java.util.List<ResourceName> elements)
Constructor. |
Uses of ResourceName in ccc.client.actions |
---|
Constructors in ccc.client.actions with parameters of type ResourceName | |
---|---|
ResourceNameExistsAction(ResourceSummary folder,
ResourceName resourceName)
Constructor. |
Uses of ResourceName in ccc.commands |
---|
Methods in ccc.commands with parameters of type ResourceName | |
---|---|
Command<FileEntity> |
CommandFactory.createFileCommand(java.util.UUID parentFolder,
File file,
java.lang.String title,
java.lang.String description,
ResourceName resourceName,
RevisionMetadata rm,
java.io.InputStream dataStream)
Create a 'create file' command. |
Uses of ResourceName in ccc.domain |
---|
Methods in ccc.domain that return ResourceName | |
---|---|
ResourceName |
ResourceEntity.getName()
|
Methods in ccc.domain with parameters of type ResourceName | |
---|---|
ResourceEntity |
FolderEntity.getEntryWithName(ResourceName resourceName)
Retrieve an entry from this folder. |
ResourceEntity |
FolderEntity.getEntryWithName2(ResourceName name)
Find the entry in this folder with the specified name. |
boolean |
FolderEntity.hasEntryWithName(ResourceName resourceName)
Query whether this folder has an entry with the specified name. |
void |
ResourceEntity.setName(ResourceName resourceName)
Mutator for the name field. |
Constructors in ccc.domain with parameters of type ResourceName | |
---|---|
FileEntity(ResourceName name,
java.lang.String title,
java.lang.String description,
Data data,
long size,
MimeType mimeType,
java.util.Map<java.lang.String,java.lang.String> properties,
RevisionMetadata metadata)
Constructor. |
|
FileEntity(ResourceName name,
java.lang.String title,
java.lang.String description,
Data data,
long size,
RevisionMetadata metadata)
Constructor. |
|
PageEntity(ResourceName name,
java.lang.String title,
TemplateEntity template,
RevisionMetadata metadata,
Paragraph... paragraphs)
Constructor. |
|
ResourceEntity(ResourceName name,
java.lang.String title)
Constructor. |
|
TemplateEntity(ResourceName name,
java.lang.String title,
java.lang.String description,
java.lang.String body,
java.lang.String definiton,
MimeType mimeType,
RevisionMetadata metadata)
Constructor. |
Uses of ResourceName in ccc.migration |
---|
Methods in ccc.migration with parameters of type ResourceName | |
---|---|
java.util.UUID |
TemplateMigration.getTemplate(ResourceName templateName,
java.lang.String templateDescription,
ResourceSummary templateFolder)
Lookup the template for a template name. |
Uses of ResourceName in ccc.plugins.search |
---|
Methods in ccc.plugins.search with parameters of type ResourceName | |
---|---|
void |
Indexer.createDocument(java.util.UUID id,
ResourcePath path,
ResourceName name,
java.lang.String title,
java.util.Set<java.lang.String> tags,
java.lang.String content,
java.util.Set<Paragraph> paragraphs)
Add a document to the search index. |
Uses of ResourceName in ccc.plugins.search.lucene |
---|
Methods in ccc.plugins.search.lucene with parameters of type ResourceName | |
---|---|
void |
SimpleLuceneFS.createDocument(java.util.UUID id,
ResourcePath path,
ResourceName name,
java.lang.String title,
java.util.Set<java.lang.String> tags,
java.lang.String content,
java.util.Set<Paragraph> paragraphs)
Add a document to the search index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |