Class GomSiteOrMediaStoreRemoteProjectEntry
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomSiteOrMediaStoreRemoteProjectEntry
- All Implemented Interfaces:
GomCheckable,GomElement,GomProjectEntry,GomRemoteProjectProviding,GomSingleProjectEntry,Serializable
@Deprecated(since="5.2.241303")
@NonExtendable
public class GomSiteOrMediaStoreRemoteProjectEntry
extends AbstractGomElement
implements GomSingleProjectEntry, GomCheckable, GomRemoteProjectProviding
Deprecated.
since 5.2.241303 - no replacement
A remote project representation for sitestore- and mediastore-based folder restrictions
- Since:
- 4.2.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Field Summary
FieldsFields inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomSingleProjectEntry
LOCAL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get a constraint representation of this entry.booleanDeprecated.Convenience API forgetAutoReleaseAfterUpload()returning a boolean valuebooleanDeprecated.Deprecated.Indicates if an automatic release should be performed after uploading the mediaprotected StringDeprecated.Return the default tag for a gom element.getName()Deprecated.The name of this entry.@Nullable StringDeprecated.The name of a remote project configuration the uid references points to.Deprecated.Restrict access to specific folders (including sub-folders and store roots)Deprecated.Get the upload folder to be used for this project.inthashCode()Deprecated.booleanisLocal()Deprecated.Indicates the local project.Deprecated.Creates an instance for the remote project with the given namevoidsetAutoReleaseAfterUpload(YesNo autoRelease) Deprecated.Indicates if an automatic release should be performed after uploading the mediavoidDeprecated.Sets the symbolic name of the remote projectvoidsetUploadFolder(String uploadFolder) Deprecated.Set the upload folder for this project.voidvalidate(GomCheckable.Context context) Deprecated.Validate the element against the given context.voidverify()Deprecated.Verify the element to be fulfill its syntactic constraints.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
Deprecated.The tag of this component- Since:
- 4.2.5
- See Also:
-
-
Constructor Details
-
GomSiteOrMediaStoreRemoteProjectEntry
public GomSiteOrMediaStoreRemoteProjectEntry()Deprecated.
-
-
Method Details
-
on
Deprecated.Creates an instance for the remote project with the given name- Parameters:
remote- the name of the remote project- Since:
- 4.2.5
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getName
Deprecated.Description copied from interface:GomSingleProjectEntryThe name of this entry.- Specified by:
getNamein interfaceGomSingleProjectEntry- Returns:
- The name of the project.
-
setName
Deprecated.Sets the symbolic name of the remote project- Since:
- 4.2.5
-
getRemoteProjectName
Deprecated.Description copied from interface:GomRemoteProjectProvidingThe name of a remote project configuration the uid references points to.- Specified by:
getRemoteProjectNamein interfaceGomRemoteProjectProviding- Returns:
- The associated remote project configuration name, or
nullfor the local project.
-
getUploadFolder
Deprecated.Description copied from interface:GomSingleProjectEntryGet the upload folder to be used for this project.- Specified by:
getUploadFolderin interfaceGomSingleProjectEntry- Returns:
- The name of the upload folder.
-
setUploadFolder
Deprecated.Description copied from interface:GomSingleProjectEntrySet the upload folder for this project.- Specified by:
setUploadFolderin interfaceGomSingleProjectEntry- Parameters:
uploadFolder- The name of the upload folder.
-
getAutoReleaseAfterUpload
Deprecated.Indicates if an automatic release should be performed after uploading the media- Since:
- 4.2.9
-
setAutoReleaseAfterUpload
Deprecated.Indicates if an automatic release should be performed after uploading the media- Since:
- 4.2.9
-
getSources
Deprecated.Restrict access to specific folders (including sub-folders and store roots)- Since:
- 4.2.9
-
asConstraint
Deprecated.Description copied from interface:GomProjectEntryGet a constraint representation of this entry.- Specified by:
asConstraintin interfaceGomProjectEntry- Returns:
- The entry's constraint representation.
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
isLocal
public boolean isLocal()Deprecated.Description copied from interface:GomSingleProjectEntryIndicates the local project.- Specified by:
isLocalin interfaceGomSingleProjectEntry- Returns:
trueiff this entry represents the local project.
-
autoReleaseAfterUpload
public boolean autoReleaseAfterUpload()Deprecated.Convenience API forgetAutoReleaseAfterUpload()returning a boolean value- Since:
- 4.2.9
-
verify
Deprecated.Description copied from interface:GomCheckableVerify the element to be fulfill its syntactic constraints.- Specified by:
verifyin interfaceGomCheckable- Throws:
IllegalStateException- If the element is not correctly set up.
-
validate
Deprecated.Description copied from interface:GomCheckableValidate the element against the given context.- Specified by:
validatein interfaceGomCheckable- Parameters:
context- The context to validate for, must not benull.- Throws:
GomValidationError- If the element is not plausible wrt. its context.
-