protected static class JSFBlobUploaderService.JSFBlobUploaderDescriptorRegistry extends SimpleContributionRegistry<JSFBlobUploaderDescriptor>
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>currentContribscontribs| Modifier | Constructor and Description |
|---|---|
protected |
JSFBlobUploaderDescriptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
JSFBlobUploaderDescriptor |
clone(JSFBlobUploaderDescriptor orig)
CLone the given contribution object
|
String |
getContributionId(JSFBlobUploaderDescriptor contrib)
Returns the contribution ID given the contribution object
|
JSFBlobUploader |
getJSFBlobUploader(String choice) |
List<JSFBlobUploader> |
getJSFBlobUploaders() |
boolean |
isSupportingMerge()
Returns true if merge is supported.
|
void |
merge(JSFBlobUploaderDescriptor src,
JSFBlobUploaderDescriptor dst)
Merge 'src' into 'dst'.
|
contributionRemoved, contributionUpdated, getCurrentContributionaddContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMapprotected JSFBlobUploaderDescriptorRegistry()
public String getContributionId(JSFBlobUploaderDescriptor contrib)
ContributionFragmentRegistrygetContributionId in class ContributionFragmentRegistry<JSFBlobUploaderDescriptor>public JSFBlobUploaderDescriptor clone(JSFBlobUploaderDescriptor orig)
ContributionFragmentRegistryclone in class SimpleContributionRegistry<JSFBlobUploaderDescriptor>public void merge(JSFBlobUploaderDescriptor src, JSFBlobUploaderDescriptor dst)
ContributionFragmentRegistrymerge in class SimpleContributionRegistry<JSFBlobUploaderDescriptor>src - the object to copy over the 'dst' objectdst - this object is modifiedpublic boolean isSupportingMerge()
ContributionFragmentRegistry
Hook method to be overridden if merge logics behind Object.clone() and ContributionFragmentRegistry.merge(Object, Object) cannot be
implemented.
isSupportingMerge in class SimpleContributionRegistry<JSFBlobUploaderDescriptor>public List<JSFBlobUploader> getJSFBlobUploaders()
public JSFBlobUploader getJSFBlobUploader(String choice)
Copyright © 2019 Nuxeo. All rights reserved.