mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Update of descriptions of particular interface methods (#3298)
This commit is contained in:
parent
decc2d4863
commit
e9b4c98b96
|
@ -13,37 +13,37 @@ As code is stored in git, no usernames, timestamps, states (e.g. active/inactive
|
|||
Serializers must implement interface ZIF_ABAPGIT_OBJECT:
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~SERIALIZE``
|
||||
todo
|
||||
Contains of all process steps to read all relevant object type specific information and serialize it (as one or many files)
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~DESERIALIZE``
|
||||
todo
|
||||
Contains of all process steps to create or update an object based on one or many files
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~DELETE``
|
||||
todo
|
||||
Contains of all process steps to delete an object based on one or many files
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~EXISTS``
|
||||
todo
|
||||
Returns whether a given object already exists
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~IS_LOCKED``
|
||||
todo
|
||||
Returns whether a given object is currently locked
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~IS_ACTIVE``
|
||||
todo
|
||||
Returns whether a given object exists in active state
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~CHANGED_BY``
|
||||
todo
|
||||
Returns the user information of the last changer
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~JUMP``
|
||||
todo
|
||||
Navigates to the corresponding object maintenance screen
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~GET_METADATA``
|
||||
todo
|
||||
Returns object specific metadata
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~GET_COMARATOR``
|
||||
Triggered before deserialization to perform checks, eg warn the user that database tables are changed.
|
||||
|
||||
``ZIF_ABAPGIT_OBJECT~GET_DESERIALIZE_STEPS``
|
||||
todo
|
||||
Defines the kind of Deserialzation Step (DDIC, ABAP, LATE), which is used to build the processing sequence of an import run
|
||||
|
||||
When adding new serializers, add tests to organization https://github.com/abapGit-tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user