Uses of Class
org.silverpeas.core.contribution.content.ddwe.model.DragAndDropWebEditorStore.Content
-
Packages that use DragAndDropWebEditorStore.Content Package Description org.silverpeas.core.contribution.content.ddwe.model -
-
Uses of DragAndDropWebEditorStore.Content in org.silverpeas.core.contribution.content.ddwe.model
Methods in org.silverpeas.core.contribution.content.ddwe.model that return DragAndDropWebEditorStore.Content Modifier and Type Method Description DragAndDropWebEditorStore.Content
DragAndDropWebEditorStore.Container. getOrCreateContent()
Gets the final content and creating it if it does not yet exist.DragAndDropWebEditorStore.Content
DragAndDropWebEditorStore.Container. getOrCreateTmpContent()
Gets the temporary content and creating it if it does not yet exist.Methods in org.silverpeas.core.contribution.content.ddwe.model that return types with arguments of type DragAndDropWebEditorStore.Content Modifier and Type Method Description Optional<DragAndDropWebEditorStore.Content>
DragAndDropWebEditorStore.Container. getContent()
Gets the final content if any.Optional<DragAndDropWebEditorStore.Content>
DragAndDropWebEditorStore.Container. getTmpContent()
Gets the temporary content if any.Constructors in org.silverpeas.core.contribution.content.ddwe.model with parameters of type DragAndDropWebEditorStore.Content Constructor Description Metadata(DragAndDropWebEditorStore.Content content)
-