public final class ActorInfoImpl extends WorkflowDataHolder implements ActorInfo
Constructor and Description |
---|
ActorInfoImpl()
Default constructor.
|
ActorInfoImpl(Map<String,Object> propertyMap,
boolean last)
Constructor from property map.
|
ActorInfoImpl(com.saperion.jni.SaJNIWfActor jniActor)
Constructor from JNI Actor.
|
ActorInfoImpl(String name)
Short constructor.
|
ActorInfoImpl(String fullName,
int id,
int orgUnit,
String orgUnitName,
String shortName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getActorFullName() |
int |
getActorId() |
int |
getActorOrgUnit() |
String |
getActorOrgUnitName() |
String |
getActorShort() |
void |
setUserFullName(String fullname)
Sets the fullname.
|
void |
setUserId(int id)
Sets the user id.
|
void |
setUserOrgUnit(int orgUnit)
Sets the organization unit.
|
void |
setUserOrgUnitName(String orgUnitName)
Sets the name of the organisation unit.
|
void |
setUserShort(String displayname)
Sets the display name.
|
String |
toString() |
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
getDateValue, getIntValue, getStringValue
public ActorInfoImpl(String fullName, int id, int orgUnit, String orgUnitName, String shortName)
fullName
- Full user nameid
- UserIdorgUnit
- Org unitorgUnitName
- Org unit nameshortName
- Short user namepublic ActorInfoImpl()
public ActorInfoImpl(com.saperion.jni.SaJNIWfActor jniActor)
jniActor
- JNI Actorpublic ActorInfoImpl(Map<String,Object> propertyMap, boolean last)
propertyMap
- Property Maplast
- LastUserSetpublic ActorInfoImpl(String name)
name
- Actor full namepublic void setUserId(int id)
id
- The user id.public void setUserFullName(String fullname)
fullname
- The fullname.public void setUserShort(String displayname)
displayname
- The display name.public void setUserOrgUnit(int orgUnit)
orgUnit
- The organization unit.public void setUserOrgUnitName(String orgUnitName)
orgUnitName
- The name of the organisation unit.public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- Exceptionpublic int getActorId()
getActorId
in interface ActorInfo
ActorInfo.getActorId()
public String getActorFullName()
getActorFullName
in interface ActorInfo
ActorInfo.getActorFullName()
public String getActorShort()
getActorShort
in interface ActorInfo
ActorInfo.getActorShort()
public int getActorOrgUnit()
getActorOrgUnit
in interface ActorInfo
ActorInfo.getActorOrgUnit()
public String getActorOrgUnitName()
getActorOrgUnitName
in interface ActorInfo
ActorInfo.getActorOrgUnitName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.