@Service @Transactional public class RoleHelperImpl extends Object implements RoleHelper
| Constructor and Description |
|---|
RoleHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.suncode.pwfl.administration.structure.Role |
getRole(String roleId)
Pobiera role po pełnym identyfikatorze postaci: packageId:processDefId:roleId
|
com.suncode.pwfl.administration.structure.Role |
getRole(String roleId,
CellValue<String> cell)
Pobiera role po pełnym identyfikatorze postaci: packageId:processDefId:roleId
|
public com.suncode.pwfl.administration.structure.Role getRole(String roleId)
RoleHelpergetRole in interface RoleHelperroleId - Id roli w formacie: packageId:processDefId:roleIdpublic com.suncode.pwfl.administration.structure.Role getRole(String roleId, CellValue<String> cell)
RoleHelpergetRole in interface RoleHelperroleId - Id roli w formacie: packageId:processDefId:roleId\cell - wartość komórki, która zawiera rolę CellValueCopyright © 2017 Suncode. All rights reserved.