public class Identifier extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLLECTION_ID |
static int |
COLLECTION_ID_ITEM |
static int |
COLLECTION_ID_ITEM_VOLUME_OUTLINE |
static int |
COLLECTION_ID_WORK_IN_ITEM |
static int |
COLLECTION_ID_WORK_OUTLINE |
static int |
INVALID_IDENTIFIER_ERROR_CODE |
static int |
MANIFEST_ID |
static int |
MANIFEST_ID_VOLUMEID |
static int |
MANIFEST_ID_VOLUMEID_OUTLINE |
static int |
MANIFEST_ID_WORK_IN_ITEM |
static int |
MANIFEST_ID_WORK_IN_VOLUMEID |
static int |
MANIFEST_ID_WORK_IN_VOLUMEID_OUTLINE |
static int |
RANGE_NORANGE |
static int |
RANGE_PAGEFILENAME |
static int |
RANGE_PAGENUM |
| Constructor and Description |
|---|
Identifier(String iiifIdentifier,
int idType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBPageNum() |
Integer |
getEPageNum() |
String |
getId() |
String |
getImageGroupId() |
String |
getImageInstanceId() |
String |
getInstanceId() |
int |
getSubType() |
int |
getType() |
void |
setPageNumFromIdPart(String idPart) |
String |
toString() |
String |
transitionToNew(String requestedId,
int type) |
public static final int INVALID_IDENTIFIER_ERROR_CODE
public static final int MANIFEST_ID
public static final int COLLECTION_ID
public static final int COLLECTION_ID_ITEM
public static final int COLLECTION_ID_WORK_IN_ITEM
public static final int COLLECTION_ID_WORK_OUTLINE
public static final int COLLECTION_ID_ITEM_VOLUME_OUTLINE
public static final int MANIFEST_ID_WORK_IN_ITEM
public static final int MANIFEST_ID_VOLUMEID
public static final int MANIFEST_ID_WORK_IN_VOLUMEID
public static final int MANIFEST_ID_VOLUMEID_OUTLINE
public static final int MANIFEST_ID_WORK_IN_VOLUMEID_OUTLINE
public static final int RANGE_NORANGE
public static final int RANGE_PAGENUM
public static final int RANGE_PAGEFILENAME
public Identifier(String iiifIdentifier, int idType) throws IdentifierException
IdentifierExceptionpublic void setPageNumFromIdPart(String idPart) throws IdentifierException
IdentifierExceptionpublic int getType()
public int getSubType()
public String getImageInstanceId()
public String getImageGroupId()
public String getInstanceId()
public String getId()
public Integer getBPageNum()
public Integer getEPageNum()
Copyright © 2020. All rights reserved.