public class VersioningUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addVersion(Family family,
PublicObject po)
Adds a new version to the specified Family.
|
static Family |
makeVersioned(PublicObject po)
Creates a new Family from the specified Document,
making it the first version of the new Family.
|
public static Family makeVersioned(PublicObject po) throws IfsException
doc
- the Document to versionIfsException
- if the operation failspublic static void addVersion(Family family, PublicObject po) throws IfsException
family
- the Familypo
- the object to add as the next versionIfsException
- if the operation failsCopyright © 2023. All rights reserved.