Modifier and Type | Method and Description |
---|---|
static FilePlan |
fetchInstance(FilePlanRepository fpRepository,
java.lang.String filePlanIdent,
RMPropertyFilter filter)
Retrieves a specific
FilePlan from a file plan repository. |
static FilePlan |
getInstance(FilePlanRepository fpRepository,
java.lang.String filePlanIdent)
Constructs a placeholder instance of a specific
FilePlan . |
public static FilePlan fetchInstance(FilePlanRepository fpRepository, java.lang.String filePlanIdent, RMPropertyFilter filter)
FilePlan
from a file plan repository.fpRepository
- the FilePlanRepository
to retrieve from.
This entry cannot be null
.filePlanIdent
- an ID String
or full path String
of the desired file plan.
This entry cannot be null
or blank.filter
- An optional RMPropertyFilter
defining
which properties to retrieve.
This entry can be null
.FilePlan
instance.public static FilePlan getInstance(FilePlanRepository fpRepository, java.lang.String filePlanIdent)
FilePlan
.
A placeholder instance can be used for performing updates and as a reference for
an object-type property value.fpRepository
- the FilePlanRepository
that the file plan is associated with.
This entry cannot be null
.filePlanIdent
- an ID String
or full path String
of the desired file plan.
This entry cannot be null
or blank.FilePlan
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.