Uses of Class
org.apache.jackrabbit.core.xml.ClonedInputSource
-
Packages that use ClonedInputSource Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.xml -
-
Uses of ClonedInputSource in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster with parameters of type ClonedInputSource Modifier and Type Method Description voidClusterNode. workspaceCreated(String workspaceName, ClonedInputSource inputSource)voidWorkspaceEventChannel. workspaceCreated(String workspaceName, ClonedInputSource inputSource)Constructors in org.apache.jackrabbit.core.cluster with parameters of type ClonedInputSource Constructor Description WorkspaceRecord(String workspace, ClonedInputSource inputSource, Record record)Creates a newWorkspaceRecordfor create workspace action. -
Uses of ClonedInputSource in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return ClonedInputSource Modifier and Type Method Description ClonedInputSourceClonedInputSource. cloneInputSource()Make a clone if this input source.
-