|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides an abstraction of a plug-and-play component in conjunction with
the Mastered and Iterated interfaces. The intent is that in a business
model an object would assert that it is a version by inheriting the Versioned
interface. With this assertion the business object can then be revised
and copied to new versions.
Supported API: true
Extendable: true
VersionControlHelper
,
VersionControlHelper.service
Field Summary | |
static String |
VERSION_IDENTIFIER
Label for the attribute; Derived attribute for displaying the version identifier in query results. |
static String |
VERSION_INFO
Label for the attribute; The version cookie aggregated in any business object that asserts itself as being Versioned. |
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
VersionIdentifier |
getVersionIdentifier()
Gets the value of the attribute: VERSION_IDENTIFIER. |
VersionInfo |
getVersionInfo()
Gets the object for the association that plays role: VERSION_INFO. |
void |
setVersionInfo(VersionInfo a_VersionInfo)
Sets the object for the association that plays role: VERSION_INFO. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String VERSION_IDENTIFIER
public static final String VERSION_INFO
VersionInfo
,
Constant Field ValuesMethod Detail |
public VersionIdentifier getVersionIdentifier()
public VersionInfo getVersionInfo()
VersionInfo
public void setVersionInfo(VersionInfo a_VersionInfo) throws WTPropertyVetoException
a_VersionInfo
-
WTPropertyVetoException
VersionInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |