public interface RMAutoName
RMAutoName
interface, include this
implementation in the classpath, then register this implementation with
Records Manager by using the RMDriverManager
class.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(java.lang.String name,
int entityType)
Generates a name for a Records Manager entity of the specified type.
|
java.lang.String getName(java.lang.String name, int entityType)
name
- A String
that contains the entity name generated
by Records Manager using the pattern or the document title metadata value.entityType
- An int
value corresponding to the
RMType
constant that specifies the type of the entity
for which a name is to be generated.String
containing the automatically generated name.© Copyright IBM Corp. 2003, 2013. All Rights Reserved.