|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRepositoryInfomodelFactory
com.adobe.repository.infomodel.bean.RepositoryInfomodelFactoryBean
public class RepositoryInfomodelFactoryBean
A RepositoryInfomodelFactoryBean must be used to create resource
instances.
| Constructor Summary | |
|---|---|
RepositoryInfomodelFactoryBean(java.util.Map properties)
A constructor that creates an instance of the RepositoryInfomodelFactoryBean. |
|
| Method Summary | |
|---|---|
Flash |
newFlash()
Creates a new Flash resource. |
Flash |
newFlash(Id id,
Lid lid,
java.lang.String name)
Creates a new Flash resource
using the specified UUID identifiers and resource name. |
FormFragment |
newFormFragment()
Creates a new FormFragment
resource. |
FormFragment |
newFormFragment(Id id,
Lid lid,
java.lang.String name)
Creates a new FormFragment
resource using the specified UUID identifiers and resource name. |
FormTemplate |
newFormTemplate()
Creates a new FormTemplate
resource. |
FormTemplate |
newFormTemplate(Id id,
Lid lid,
java.lang.String name)
Creates a new FormTemplate
resource using the specified UUID identifiers and resource name. |
Fragment |
newFragment()
Creates a new Fragment
resource. |
Fragment |
newFragment(Id id,
Lid lid,
java.lang.String name)
Creates a new Fragment resource
using the specified UUID identifiers and resource name. |
GenericDocument |
newGenericDocument()
Creates a new GenericDocument
resource. |
GenericDocument |
newGenericDocument(Id id,
Lid lid,
java.lang.String name)
Creates a new GenericDocument
resource using the specified UUID identifiers and resource name. |
Image |
newImage()
Creates a new Image resource. |
Image |
newImage(Id id,
Lid lid,
java.lang.String name)
Creates a new Image resource
using the specified UUID identifiers and resource name. |
Library |
newLibrary()
Do not use. |
Library |
newLibrary(Id id,
Lid lid,
java.lang.String name)
Do not use. |
Lock |
newLock()
Creates a new Lock resource. |
Lock |
newLock(Id resourceId,
java.lang.String ownerId,
short type,
short depth,
java.lang.String lockToken)
Creates a new Lock resource
using the specified UUID identifier, owner identifier, type, depth, and
lock token. |
Pdf |
newPdf()
Creates a new Pdf resource. |
Pdf |
newPdf(Id id,
Lid lid,
java.lang.String name)
Creates a new Pdf resource
using the specified UUID identifiers and resource name. |
PendingRelation |
newPendingRelation()
Do not use. |
PendingRelation |
newPendingRelation(Id sourceObjectId)
Do not use. |
Relation |
newRelation()
Creates a new Relation. |
Relation |
newRelation(Id sourceObjectId,
Id targetObjectId,
int type)
Creates a new Relation resource
using the specified source and target identifiers and type. |
Resource |
newResource()
Creates a new Resource. |
Resource |
newResource(Id id,
Lid lid,
java.lang.String name)
Creates a new Resource using
the specified UUID identifiers and resource name. |
ResourceCollection |
newResourceCollection()
Creates a new ResourceCollection. |
ResourceCollection |
newResourceCollection(Id id,
Lid lid,
java.lang.String name)
Creates a new ResourceCollection using the
specified UUID identifiers and resource name. |
ResourceContent |
newResourceContent()
Creates a new ResourceContent
instance. |
ResourceProperty |
newResourceProperty()
Creates a new ResourceProperty
instance. |
ResourceProperty |
newResourceProperty(java.lang.String name,
java.lang.String namespace)
Creates a new ResourceProperty
instance using the specified name and namespace. |
Script |
newScript()
Creates a new Script resource. |
Script |
newScript(Id id,
Lid lid,
java.lang.String name)
Creates a new Script using the
specified UUID identifiers and resource name. |
TextFragment |
newTextFragment()
Creates a new TextFragment
resource. |
TextFragment |
newTextFragment(Id id,
Lid lid,
java.lang.String name)
Creates a new TextFragment
using the specified UUID identifiers and resource name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryInfomodelFactoryBean(java.util.Map properties)
RepositoryInfomodelFactoryBean.
properties - A HashMap that should be assigned a
null value for now. It will be removed from the
constructor at a later date.| Method Detail |
|---|
public ResourceContent newResourceContent()
ResourceContent
instance.
ResourceContent
instance.
public Relation newRelation(Id sourceObjectId,
Id targetObjectId,
int type)
Relation resource
using the specified source and target identifiers and type.
sourceObjectId - The source identifier to be assigned to the Relation.targetObjectId - The target identifier to be assigned to the Relation.type - The type to be assigned to the Relation.
Relation.public Relation newRelation()
Relation.
Relation.
public Resource newResource(Id id,
Lid lid,
java.lang.String name)
Resource using
the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Resource.public Resource newResource()
Resource.
Resource.public PendingRelation newPendingRelation(Id sourceObjectId)
sourceObjectId - Do not use.
public PendingRelation newPendingRelation()
public ResourceProperty newResourceProperty(java.lang.String name,
java.lang.String namespace)
ResourceProperty
instance using the specified name and namespace.
name - The resource property name.namespace - The resource property namespace.
ResourceProperty instance.public ResourceProperty newResourceProperty()
ResourceProperty
instance.
ResourceProperty instance.
public Lock newLock(Id resourceId,
java.lang.String ownerId,
short type,
short depth,
java.lang.String lockToken)
Lock resource
using the specified UUID identifier, owner identifier, type, depth, and
lock token.
resourceId - The resource identifier.ownerId - The owner identifier.type - The lock type.depth - The lock depth.lockToken - The lock token.
Lock resource.public Lock newLock()
Lock resource.
Lock resource.public Flash newFlash()
Flash resource.
Flash resource.
public Flash newFlash(Id id,
Lid lid,
java.lang.String name)
Flash resource
using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Flash resource.public FormFragment newFormFragment()
FormFragment
resource.
FormFragment
resource.
public FormFragment newFormFragment(Id id,
Lid lid,
java.lang.String name)
FormFragment
resource using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
FormFragment
resource.public FormTemplate newFormTemplate()
FormTemplate
resource.
FormTemplate
resource.
public FormTemplate newFormTemplate(Id id,
Lid lid,
java.lang.String name)
FormTemplate
resource using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
FormTemplate
resource.public Fragment newFragment()
Fragment
resource.
Fragment
resource.
public Fragment newFragment(Id id,
Lid lid,
java.lang.String name)
Fragment resource
using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Fragment
resource.public GenericDocument newGenericDocument()
GenericDocument
resource.
GenericDocument
resource.
public GenericDocument newGenericDocument(Id id,
Lid lid,
java.lang.String name)
GenericDocument
resource using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
GenericDocument
resource.public Image newImage()
Image resource.
Image resource.
public Image newImage(Id id,
Lid lid,
java.lang.String name)
Image resource
using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Image resource.public Library newLibrary()
public Library newLibrary(Id id,
Lid lid,
java.lang.String name)
id - Do not use.lid - Do not use.name - Do not use.
public Script newScript()
Script resource.
Script
resource.
public Script newScript(Id id,
Lid lid,
java.lang.String name)
Script using the
specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Script
resource.public TextFragment newTextFragment()
TextFragment
resource.
TextFragment
resource.
public TextFragment newTextFragment(Id id,
Lid lid,
java.lang.String name)
TextFragment
using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
TextFragment
resource.public ResourceCollection newResourceCollection()
ResourceCollection.
ResourceCollection.
public ResourceCollection newResourceCollection(Id id,
Lid lid,
java.lang.String name)
ResourceCollection using the
specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
ResourceCollection.public Pdf newPdf()
Pdf resource.
Pdf resource.
public Pdf newPdf(Id id,
Lid lid,
java.lang.String name)
Pdf resource
using the specified UUID identifiers and resource name.
id - The Id UUID identifier to
be assigned to the resource.lid - The Lid UUID identifier
to be assigned to the resource.name - The resource name to be assigned to the resource.
Pdf resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||