Search

Search

Help

Page 18 of 44. Showing 436 results (0.019 seconds)

  1. [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
  2. [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 user
  3. Zarzą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 delete
    PlusWorkflowSep 15, 2023
  4. Zastę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 things
    PlusWorkflowJul 04, 2023
  5. Zarzą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 podczas
    PlusWorkflowJul 04, 2023
  6. Java 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
    PlusWorkflowJun 29, 2023
  7. [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
  8. [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. User
  9. Uż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ący
    PlusWorkflowJul 04, 2023
  10. Dokumenty 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
    PlusWorkflowJun 29, 2023