Interface Previewable
- All Superinterfaces:
Comparable<StoreElement>
,HistoryProvider
,IDProvider
,StoreElement
,Workflowable
- All Known Subinterfaces:
DocumentGroup
,GCAPage
,Page
,PageRef
Deprecated.
- Since:
- 4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.HistoryProvider
HistoryProvider.RevisionProvider
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.IDProvider
IDProvider.DependentReleaseType, IDProvider.RevertType, IDProvider.UidType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.Fields inherited from interface de.espirit.firstspirit.storage.HistoryProvider
ALL_REVISIONS, EVER_SINCE, UNTIL_NOW
Fields inherited from interface de.espirit.firstspirit.access.store.IDProvider
CHANGED, NEVER_RELEASED, RELEASED
-
Method Summary
Modifier and TypeMethodDescriptiongetPreviewUrl
(Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrl(ContentProducer)
getPreviewUrlObject
(@Nullable Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrlObject(ContentProducer)
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.espirit.firstspirit.storage.HistoryProvider
asRevisionProvider, getHistory, getHistory
Methods inherited from interface de.espirit.firstspirit.access.store.IDProvider
contrastWith, getDisplayName, getId, getInRevision, getLanguageInfo, getLongID, getMeta, getMetaFormData, getParent, getReleasedBy, getReleaseRevision, getReleaseStatus, getRevision, getUid, getUidType, hasMeta, hasUid, isInReleaseStore, isReleased, isReleaseSupported, moveChild, moveChild, release, release, revert, setDisplayName, setMeta, setMetaFormData, setUid
Methods inherited from interface de.espirit.firstspirit.access.store.StoreElement
appendChild, appendChildBefore, delete, exportStoreElement, getChildCount, getChildIndex, getChildren, getChildren, getChildren, getChildren, getCreateWorkflowPermission, getDefinedPrincipalPermissions, getEditor, getElementType, getFirstChild, getIncomingReferences, getInheritedPrincipalPermissions, getLastChanged, getName, getNextSibling, getOutgoingReferences, getPermission, getPermission, getPermission, getPreviousSibling, getProject, getReferenceName, getReferences, getStore, getTreePermission, getWorkflowPermission, getWorkflowPermissions, getWriteLock, hasIncomingReferences, hasPermissions, importStoreElement, importStoreElements, inheritWorkflowPermission, isDeleted, isExportSupported, isFolder, isImportSupported, isLocked, isLockedOnServer, isLockSupported, isPermissionSupported, isWorkflowAllowed, isWorkflowSupported, refresh, removeAllWorkflowPermissions, removeChild, removePermission, removePermission, removePermission, removeWorkflowPermission, replaceChild, save, save, save, setInheritWorkflowPermission, setLock, setLock, setPermission, setPermission, setPermission, setWorkflowPermission, setWorkflowPermissions, setWriteLock, toXml, toXml, toXml
Methods inherited from interface de.espirit.firstspirit.access.Workflowable
getColor, getTask, hasTask, removeTask, setColor, setTask
-
Field Details
-
PREVIEWMODE_NONE
static final int PREVIEWMODE_NONEDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_FORCE_REFRESH
static final int PREVIEWMODE_FORCE_REFRESHDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_SSO
static final int PREVIEWMODE_SSODeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_FULL_QUALIFIED
static final int PREVIEWMODE_FULL_QUALIFIEDDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_WEBEDIT
static final int PREVIEWMODE_WEBEDITDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_WITHOUT_CONTEXTNAME
static final int PREVIEWMODE_WITHOUT_CONTEXTNAMEDeprecated.- Since:
- 4.0.120
- See Also:
-
PREVIEWMODE_DEFAULT
static final int PREVIEWMODE_DEFAULTDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_DEFAULT_REFRESH
static final int PREVIEWMODE_DEFAULT_REFRESHDeprecated.- Since:
- 4.0.17
- See Also:
-
PREVIEWMODE_WEBEDIT_FULL_QUALIFIED
static final int PREVIEWMODE_WEBEDIT_FULL_QUALIFIEDDeprecated.- Since:
- 4.0.55
- See Also:
-
PARAM_REVISION
Deprecated.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getPreviewUrl
@Deprecated String getPreviewUrl(Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrl(ContentProducer)
Returns the preview url of this store element.- Parameters:
language
- the requested preview language (may benull
)templateSet
- the requested preview template set (may benull
)release
- released or current version of previewmode
- combination ofPREVIEWMODE_FORCE_REFRESH
,PREVIEWMODE_SSO
,PREVIEWMODE_FULL_QUALIFIED
, andPREVIEWMODE_WEBEDIT
params
- additional preview params, may benull
- for valid params see overriding methods- Returns:
- preview url or
null
if the url cannot be determined - Since:
- 4.0
-
getPreviewUrlObject
@Deprecated PreviewUrl getPreviewUrlObject(@Nullable @Nullable Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrlObject(ContentProducer)
Returns the preview url object of this store element.- Parameters:
language
- the requested preview language (may benull
)templateSet
- the requested preview template set (may benull
)release
- released or current version of previewmode
- combination ofPREVIEWMODE_FORCE_REFRESH
,PREVIEWMODE_SSO
,PREVIEWMODE_FULL_QUALIFIED
, andPREVIEWMODE_WEBEDIT
params
- additional preview params, may benull
- for valid params see overriding methods- Returns:
- the preview url object
- Since:
- 4.2.16
-
PreviewUrlAgent.getContentProducerBuilder()
orPreviewUrlAgent.getMediaBuilder()
to create preview urls.The builder can be used to create preview urls for elements of typePage
,PageRef
orDocumentGroup
.