Package com.sap.cds.services.draft
Interface DraftAdministrativeData
public interface DraftAdministrativeData
extends com.sap.cds.CdsData
Interface for the DraftAdministrativeData of a draft enabled entity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedByUser(String createdByUser) voidsetCreationDateTime(Instant creationDateTime) voidsetDraftIsCreatedByMe(Boolean draftIsCreatedByMe) voidsetDraftIsProcessedByMe(Boolean draftIsProcessedByMe) voidsetDraftUUID(String draftUUID) voidsetInProcessByUser(String inProcessByUser) voidsetLastChangeDateTime(Instant lastChangeDateTime) voidsetLastChangedByUser(String lastChangedByUser) Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
ENTITY_NAME
- See Also:
-
CDS_NAME
- See Also:
-
DRAFT_IS_CREATED_BY_ME
- See Also:
-
CREATION_DATE_TIME
- See Also:
-
DRAFT_UUID
- See Also:
-
CREATED_BY_USER
- See Also:
-
LAST_CHANGE_DATE_TIME
- See Also:
-
DRAFT_IS_PROCESSED_BY_ME
- See Also:
-
IN_PROCESS_BY_USER
- See Also:
-
LAST_CHANGED_BY_USER
- See Also:
-
-
Method Details
-
getDraftIsCreatedByMe
-
setDraftIsCreatedByMe
-
getCreationDateTime
-
setCreationDateTime
-
getDraftUUID
-
setDraftUUID
-
getCreatedByUser
-
setCreatedByUser
-
getLastChangeDateTime
-
setLastChangeDateTime
-
getDraftIsProcessedByMe
-
setDraftIsProcessedByMe
-
getInProcessByUser
-
setInProcessByUser
-
getLastChangedByUser
-
setLastChangedByUser
-