Klasse AbstractOperationFileValueHolder
java.lang.Object
de.uplanet.lucy.server.dataobjects.impl.AbstractOperationFileValueHolder
- Alle implementierten Schnittstellen:
IObjectValueHolder,IOperationFileValueHolder,IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
- Bekannte direkte Unterklassen:
OperationFileAppendFirstValueHolder,OperationFileDeleteValueHolder,OperationFileMergeValueHolder,OperationFileRefreshValueHolder,OperationFileReplaceValueHolder
public abstract class AbstractOperationFileValueHolder
extends Object
implements IOperationFileValueHolder
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAbstractOperationFileValueHolder(List<de.uplanet.lucy.server.file.action.IOperationFile> p_list) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintGet the canonical lexical representation of this value according to it's datatype.intGet the raw data that this value holder holds.getType()The type of data this value holder holds.List<de.uplanet.lucy.server.file.action.IOperationFile> getValue()Get the data that this value holder holds.booleanhasValue()Check if this value holder currently holds data or not.Von Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.dataobjects.IOperationFileValueHolder
getOperation
-
Konstruktordetails
-
AbstractOperationFileValueHolder
public AbstractOperationFileValueHolder(List<de.uplanet.lucy.server.file.action.IOperationFile> p_list)
-
-
Methodendetails
-
getType
Beschreibung aus Schnittstelle kopiert:IValueHolderThe type of data this value holder holds.- Angegeben von:
getTypein SchnittstelleIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
-
hasValue
public boolean hasValue()Beschreibung aus Schnittstelle kopiert:IValueHolderCheck if this value holder currently holds data or not.- Angegeben von:
hasValuein SchnittstelleIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>- Gibt zurück:
trueif the data holder holds data, orfalseotherwise.
-
getValue
Beschreibung aus Schnittstelle kopiert:IValueHolderGet the data that this value holder holds.Implementations MUST ensure that multiple calls to this method will return values that equal each other.
- Angegeben von:
getValuein SchnittstelleIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>- Gibt zurück:
- The data.
-
getRawValue
Beschreibung aus Schnittstelle kopiert:IValueHolderGet the raw data that this value holder holds.- Angegeben von:
getRawValuein SchnittstelleIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>- Gibt zurück:
- The raw data.
-
getCanonicalLexicalRepresentation
Beschreibung aus Schnittstelle kopiert:IValueHolderGet the canonical lexical representation of this value according to it's datatype.- Angegeben von:
getCanonicalLexicalRepresentationin SchnittstelleIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>- Gibt zurück:
- The canonical lexical representation, or
nullif such a representation does not exist (e.g. ifIValueHolder.hasValue()returnsfalse).
-
getAddFileCount
public int getAddFileCount()- Angegeben von:
getAddFileCountin SchnittstelleIOperationFileValueHolder- Gibt zurück:
- Returns the count of files that should be added.
-
getDeleteFileCount
public int getDeleteFileCount()- Angegeben von:
getDeleteFileCountin SchnittstelleIOperationFileValueHolder- Gibt zurück:
- Returns the count of files that should be deleted.
-