@UESService public interface UESAllFromOrganizationalUnitCast
Modifier and Type | Method and Description |
---|---|
void |
create(UESURI organizationalUnitUri,
Casts a subject (specified in the parameter castedSubjectUri) to the group All From Organizational Unit which is derived from specified
organizational unit.
|
void |
delete(UESURI organizationalUnitUri,
Deletes the cast from the system.
|
java.lang.Boolean |
exists(UESURI organizationalUnitUri,
Checks whether the subject (specified in the parameter casted_subject_uri) is casted to the group All From Organizational Unit which is
derived from the specified organizational unit.
|
UESAllFromOrganizationalUnitCastAttributes |
getAttributes(UESURI organizationalUnitUri,
This command returns attributes of subject cast into the group All From Organizational Unit which is derived from specified
organizational unit.
|
UESResultList<UESAllFromOrganizationalUnitCastAttributes,UESAllFromOrganizationalUnitCastGetCastList> |
getCastList(UESURI organizationalUnitUri,
Returns list of casts according to the group All From Organizational Unit which is derived from the specified organizational unit.
|
void |
setAttributes(UESURI organizationalUnitUri,
Sets basic attributes of the cast.
|
organizationalUnitUri
- UESURI of the organizational unit from which is the group All From Organization Unit derived. Another
subject is casted to the derived group. Never null.cast
- DTO containing attributes of the castUESAllFromOrganizationalUnitCastRTException
organizationalUnitUri
- UESURI of the organizational unit from which is the group All From Organization Unit derived. Never null.subject
- DTO containing ues uri of the casted subjectUESAllFromOrganizationalUnitCastRTException
organizationalUnitUri
- UESURI of the organizational unit from which is the group All From Organization Unit derived. Never null.criteria
- DTO containing criteria for listing casts. Available parameters are:
castedSubjectName
,
castedSubjectCode
,
dateFrom
,
state
: UESCastState
,
level
: UESCastLevel
and
castedSubjectEntityTypeUri
.UESAllFromOrganizationalUnitCastRTException
subjectUri
- UESURI of the subject into which another subject is castedcast
- DTO containing attributes of the castUESAllFromOrganizationalUnitCastRTException
organizationalUnitUri
- UESURI of the organizational unit from which is the group All From Organization Unit derived. Never null.subject
- DTO containing UESURI of the casted subject.UESAllFromOrganizationalUnitCastRTException
organizationalUnitUri
- UESURI of the organizational unit from which is the group All From Organization Unit derived. Never null.cast
- DTO containing cast exists parameters.UESAllFromOrganizationalUnitCastRTException