Search
Page 18 of 44. Showing 436 results (0.019 seconds)
[SETTER/ZADANIE AUTOMATYCZNE] Usuń pliki z dysku
. user has no rights to delete the file), application continues to run and remaining files are processed. if both files within a directory and the directory itself … component 1.0.X Parameter name change[AKCJA] Zarządzanie dokumentami w tabeli
, adding, detaching, checking out, saving change and canceling change. They are displayed in the form of buttons or a dropdown context menu in the form … to Yes: checking, if user is the owner of the file and its newer versions, checking user delete permission to document class. Parameter set to No: checking, if userZarządzanie tłumaczeniami
in Administration > System Configuration > Translations tab and allows to manage three types of translations: System translations translations of user interface elements, e.g … arrows next to default translations. Enter custom translations. Save changes by clicking Save translations button. 4.png It is also possible to modify or deleteZastępstwa użytkowników (Substitutions)
= sf.getCountedResult( dc, pagination ); Introduction Useful classes: SubstitutionService managing user substitutions SubstitutionFinder searching for substitutions … (); Substitution management Use SubstitutionService to manage substitutions. It allows you to add, change, delete substitutions, among other thingsZarządzanie własnymi obiektami bazodanowymi
class Phone { private Long id; private String number; private User owner; @Id @GeneratedValue( strategy = GenerationType.AUTO, generator = "pmphoneidseq" ) public … = "userid" ) public User getOwner() public void setOwner( User owner ) } Adnotacja @Entity oznacza, że klasa będzie mapowana na tabelę w bazie danych i podczasJava API
UserService us=ServiceFactory.getUserService(); User user = new User("jkowalski","haslo"); user.setFirstName("Jan"); user.setLastName("Kowalski"); us.createUser( user , "Pracownicy"); UserService us=ServiceFactory.getUserService(); User user = us.getUser("jkowalski"); Pobieranie powiązanych obiektów Większość obiektów[RESTDS] Szablony autoryzacji
: : . image2020529 18:31:53.png Configuration description: Name of the parameter Description Optionality User Name of the user registered in the API Required Password User password Required Bearer Token The Bearer Token authorization template allows you to add a Basic Auth header to each request in the form[ZADANIE AUTOMATYCZNE] Dodanie znaku wodnego do dokumentu
: 433589, Registration Date: 13022021 It is also possible to use special keywords that return information about the user, process id and activity id. All available … format. Current date and time in yyyyMMdd HHmmss format. Process id. Activity id. User name. User email. User full name that consists of first and last name. UserUżytkownicy
Pobieranie listy użytkowników Ścieżka do servletu: api/users/query Metoda: GET Parametry: query fraza, na podstawie której zostaną przefiltrowane wyniki … użytkowników po rolach Ścieżka do servletu: api/users/by/roles Metoda: POST Request ContentType: application/json Treść zapytania: Lista obiektów JSON zawierającyDokumenty systemu
operations on documents. It allows you to add new documents, change indexes, delete, attach or detach from/to a process/task. Examples: InputStream inputStream … );//function saves changes to the database Document Search Use the DocumentFinder