Uses of Class
edu.wisc.library.ocfl.core.model.RevisionNum
-
Packages that use RevisionNum Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.db edu.wisc.library.ocfl.core.inventory edu.wisc.library.ocfl.core.model edu.wisc.library.ocfl.core.path -
-
Uses of RevisionNum in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type RevisionNum Modifier and Type Method Description StringObjectPaths.ContentRoot. revisionPath(RevisionNum revisionNum) -
Uses of RevisionNum in edu.wisc.library.ocfl.core.db
Methods in edu.wisc.library.ocfl.core.db that return RevisionNum Modifier and Type Method Description RevisionNumOcflObjectDetails. getRevisionNum()The HEAD revision of the object.Methods in edu.wisc.library.ocfl.core.db with parameters of type RevisionNum Modifier and Type Method Description OcflObjectDetailsOcflObjectDetails. setRevisionNum(RevisionNum revisionNum) -
Uses of RevisionNum in edu.wisc.library.ocfl.core.inventory
Methods in edu.wisc.library.ocfl.core.inventory with parameters of type RevisionNum Modifier and Type Method Description InventoryInventoryMapper. readMutableHead(String objectRootPath, RevisionNum revisionNum, DigestAlgorithm digestAlgorithm, InputStream inputStream)InventoryInventoryMapper. readMutableHead(String objectRootPath, RevisionNum revisionNum, DigestAlgorithm digestAlgorithm, Path path)InventoryInventoryMapper. readMutableHeadNoDigest(String objectRootPath, RevisionNum revisionNum, InputStream inputStream)InventoryInventoryMapper. readMutableHeadNoDigest(String objectRootPath, RevisionNum revisionNum, Path path) -
Uses of RevisionNum in edu.wisc.library.ocfl.core.model
Fields in edu.wisc.library.ocfl.core.model declared as RevisionNum Modifier and Type Field Description static RevisionNumRevisionNum. R1Methods in edu.wisc.library.ocfl.core.model that return RevisionNum Modifier and Type Method Description static RevisionNumRevisionNum. fromInt(int revisionNumber)static RevisionNumRevisionNum. fromString(String value)RevisionNumInventory. getRevisionNum()If there's an active mutable HEAD, its revision number is returned.RevisionNumInventory. nextRevisionNum()Returns the next revision number.RevisionNumRevisionNum. nextRevisionNum()RevisionNumRevisionNum. previousRevisionNum()Methods in edu.wisc.library.ocfl.core.model with parameters of type RevisionNum Modifier and Type Method Description intRevisionNum. compareTo(RevisionNum o)InventoryBuilderInventoryBuilder. revisionNum(RevisionNum revisionNum)voidInventory.JacksonBuilder. withRevisionNum(RevisionNum revisionNum)Constructors in edu.wisc.library.ocfl.core.model with parameters of type RevisionNum Constructor Description Inventory(String id, InventoryType type, DigestAlgorithm digestAlgorithm, VersionNum head, String contentDirectory, Map<DigestAlgorithm,Map<String,Set<String>>> fixity, Map<String,Set<String>> manifest, Map<VersionNum,Version> versions, boolean mutableHead, RevisionNum revisionNum, String objectRootPath, String previousDigest, String inventoryDigest) -
Uses of RevisionNum in edu.wisc.library.ocfl.core.path
Constructors in edu.wisc.library.ocfl.core.path with parameters of type RevisionNum Constructor Description ContentPathMapper(LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, String objectRootPath, String contentDirectory, VersionNum versionNum, RevisionNum revisionNum)
-