Uses of Interface
org.apache.jackrabbit.core.version.InternalActivity
-
Packages that use InternalActivity Package Description org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. -
-
Uses of InternalActivity in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return InternalActivity Modifier and Type Method Description InternalActivity
InternalVersionManager. getActivity(NodeId id)
Returns the activity with the given idMethods in org.apache.jackrabbit.core.version with parameters of type InternalActivity Modifier and Type Method Description protected void
VersionManagerImplMerge. merge(InternalActivity activity, List<ItemId> failedIds)
Merge the given activity to this workspace
-