Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
TargetReference.getUidType()
Get the
IDProvider.UidType of the given element. |
Modifier and Type | Method and Description |
---|---|
static TargetReference |
TargetReference.TargetReferences.newInstance(Language language,
String uid,
IDProvider.UidType uidType,
String remoteName)
Create a new TargetReference.
|
void |
TargetReference.setUidType(IDProvider.UidType type)
Set the
IDProvider.UidType of the referenced element. |
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
IDProvider.getUidType()
Returns the unique identifier type of this
IDProvider if it has a unique identifier
otherwise throws an UnsupportedOperationException ! |
IDProvider.UidType |
ElementUnavailableException.getUidType()
Provides the UID type of the element not found.
|
IDProvider.UidType |
ReferenceType.getUidType() |
static IDProvider.UidType |
IDProvider.UidType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDProvider.UidType[] |
IDProvider.UidType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<IDProvider.UidType> |
IDProvider.UidType.forStoreType(Store.Type storeType)
Fetch all the uid types for a given store type.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
Store.getStoreElement(String uid,
IDProvider.UidType uidType)
Get an element of this store by it's unique identifier and unique type or
null if no child exists with the given parameter. |
static ReferenceType |
ReferenceType.typeOf(IDProvider.UidType uidType)
Determine the reference type based on the given uid type.
|
Constructor and Description |
---|
ElementUnavailableException(String uid,
IDProvider.UidType uidType)
Creates the exception with the given UID and type.
|
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
Content2.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
GCAPage.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
Media.UID_TYPE
Uid type, see
IDProvider.getUid() . |
static IDProvider.UidType |
MediaFolder.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
Media.getUidType()
Return
Media.UID_TYPE . |
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
Page.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
PageFolder.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
DocumentGroup.UID_TYPE
Uid type as returned by
DocumentGroup.getUidType() . |
static IDProvider.UidType |
PageRef.UID_TYPE
Uid type as returned by
PageRef.getUidType() . |
static IDProvider.UidType |
SiteStoreFolder.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
DocumentGroup.getUidType()
Return
DocumentGroup.UID_TYPE . |
IDProvider.UidType |
PageRef.getUidType()
Return
PageRef.UID_TYPE . |
Modifier and Type | Field and Description |
---|---|
static IDProvider.UidType |
FormatTemplate.UID_TYPE
The template's uid type.
|
static IDProvider.UidType |
LinkTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
MasterTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
PageTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
Query.UID_TYPE
The uid type wich is returned by
Query.getUidType() . |
static IDProvider.UidType |
Schema.UID_TYPE
Uid type, see
IDProvider.getUid() . |
static IDProvider.UidType |
Script.UID_TYPE
The script UID type.
|
static IDProvider.UidType |
SectionTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
StyleTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
TableFormatTemplate.UID_TYPE
Uid type as returned by
IDProvider.getUidType() . |
static IDProvider.UidType |
TableTemplate.UID_TYPE
The template's UID type.
|
static IDProvider.UidType |
Workflow.UID_TYPE
The workflow's UID type.
|
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
Query.getUidType()
Returns
Query.UID_TYPE . |
IDProvider.UidType |
Script.getUidType()
Returns the value of
Script.UID_TYPE . |
IDProvider.UidType |
TableTemplate.getUidType()
Returns
TableTemplate.UID_TYPE . |
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
GomCatalog.templatesUidType()
Provides the UID type for templates allowed for this catalog.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
StoreElementAgent.loadStoreElement(String uid,
IDProvider.UidType uidType,
boolean release)
Load a store object with the given
uid and uidType . |
Modifier and Type | Method and Description |
---|---|
IDProviderReferenceHolder |
ReferenceConstructionAgent.create(String uid,
IDProvider.UidType uidType,
String remoteConfigName)
Create an element referencing container on given store element information.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueReferencesJournal.addBrokenReferenceToElement(String uid,
IDProvider.UidType uidType,
String remote)
Deprecated.
since 5.2.200403 - use
ValueReferencesJournal.addReferenceToElement(String, IDProvider.UidType, String) instead |
default void |
ValueReferencesJournal.addReferenceToElement(String uid,
IDProvider.UidType uidType,
String remote)
Adds a reference to a FirstSpirit element to this journal.
|
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
FileEntry.getElementUidType()
Provides the UID-Type of the element, this file is based upon.
|
Modifier and Type | Method and Description |
---|---|
IDProvider.UidType |
ReferencesChangeDetail.NameReference.getUidType()
Get the type of the referenced element.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210