Package org.qubership.atp.mia.model.file
Class ProjectDirectory
java.lang.Object
org.qubership.atp.mia.model.DateAuditorEntity
org.qubership.atp.mia.model.file.ProjectDirectory
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.qubership.atp.mia.model.DateAuditorEntity
createdWhen, modifiedWhen -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet Names for all nested children.Get UUID for all nested children.Get Names for all nested children.Get path for directory.Get section with all nested children.
-
Field Details
-
id
-
-
Constructor Details
-
ProjectDirectory
public ProjectDirectory()
-
-
Method Details
-
getChildrenUuid
Get UUID for all nested children.- Returns:
- list of
UUID
-
getChildrenNames
Get Names for all nested children.- Returns:
- list of
String
-
getFilesNames
Get Names for all nested children.- Returns:
- list of
String
-
getPathDirectory
Get path for directory.- Returns:
- full path for directory
-
getWithChildrenDirectories
Get section with all nested children.- Returns:
- list of
ProjectDirectory
-