public static class RMFactory.ContentRepository
extends java.lang.Object
ContentRepository
instances.Modifier and Type | Method and Description |
---|---|
static ContentRepository |
fetchInstance(RMDomain domain,
java.lang.String ident,
RMPropertyFilter filter)
Retrieves a specific
ContentRepository from the specified domain. |
static ContentRepository |
getInstance(RMDomain domain,
java.lang.String ident)
Constructs a placeholder instance of a specific
ContentRepository . |
public static ContentRepository fetchInstance(RMDomain domain, java.lang.String ident, RMPropertyFilter filter)
ContentRepository
from the specified domain.domain
- The RMDomain
in which the desired repository resides.
This entry cannot be null
ident
- the ID String
or name String
for the desired repository.
This entry cannot be null
or blank.filter
- An optional RMPropertyFilter
defining which properties
to retrieve.
This entry can be null
.ContentRepository
instance.public static ContentRepository getInstance(RMDomain domain, java.lang.String ident)
ContentRepository
.
A placeholder instance can be used as a reference for an object-type property value.domain
- The RMDomain
in which the desired repository resides.
This entry cannot be null
ident
- the ID String
or name String
for the desired repository.
This entry cannot be null
or blank.ContentRepository
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.