Package io.dialob.client.spi.store
Class StoreEntityLocation
- java.lang.Object
-
- io.dialob.client.spi.store.StoreEntityLocation
-
- All Implemented Interfaces:
Serializable
public class StoreEntityLocation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreEntityLocation(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbsolutePath(DialobDocument.DocumentType type, String pointer)StringgetBaseName(DialobDocument.DocumentType type, String filename)StringgetFileName(DialobDocument.DocumentType type, String pointer)StringgetFormRegex()StringgetFormTagRegex()StringgetMigrationRegex()StringgetValue()
-
-
-
Constructor Detail
-
StoreEntityLocation
public StoreEntityLocation(String value)
-
-
Method Detail
-
getAbsolutePath
public String getAbsolutePath(DialobDocument.DocumentType type, String pointer)
-
getFileName
public String getFileName(DialobDocument.DocumentType type, String pointer)
-
getBaseName
public String getBaseName(DialobDocument.DocumentType type, String filename)
-
getFormRegex
public String getFormRegex()
-
getFormTagRegex
public String getFormTagRegex()
-
getMigrationRegex
public String getMigrationRegex()
-
getValue
public String getValue()
-
-