| Modifier and Type | Method and Description |
|---|---|
static NamedValue |
Utils.createNamedValue(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.namespace.QName propertyName,
Serializable propertyValue)
Create a named value object from the property name and value informaiton
|
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
Utils.getValueFromNamedValue(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.namespace.QName propertyName,
NamedValue namedValue)
Utility method to convert from a string representation of a property value into the correct object representation.
|
| Modifier and Type | Method and Description |
|---|---|
NamedValue[] |
Action.getParameters()
Gets the parameters value for this Action.
|
NamedValue[] |
Condition.getParameters()
Gets the parameters value for this Condition.
|
NamedValue |
Action.getParameters(int i) |
NamedValue |
Condition.getParameters(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setParameters(int i,
NamedValue _value) |
void |
Condition.setParameters(int i,
NamedValue _value) |
void |
Action.setParameters(NamedValue[] parameters)
Sets the parameters value for this Action.
|
void |
Condition.setParameters(NamedValue[] parameters)
Sets the parameters value for this Condition.
|
| Constructor and Description |
|---|
Action(Reference actionReference,
String id,
String actionName,
String title,
String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
Condition(String id,
String conditionName,
boolean invertCondition,
NamedValue[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
NamedValue[] |
UserDetails.getProperties()
Gets the properties value for this UserDetails.
|
NamedValue[] |
NewUserDetails.getProperties()
Gets the properties value for this NewUserDetails.
|
NamedValue |
UserDetails.getProperties(int i) |
NamedValue |
NewUserDetails.getProperties(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDetails.setProperties(int i,
NamedValue _value) |
void |
NewUserDetails.setProperties(int i,
NamedValue _value) |
void |
UserDetails.setProperties(NamedValue[] properties)
Sets the properties value for this UserDetails.
|
void |
NewUserDetails.setProperties(NamedValue[] properties)
Sets the properties value for this NewUserDetails.
|
| Constructor and Description |
|---|
NewUserDetails(String userName,
String password,
NamedValue[] properties) |
UserDetails(String userName,
NamedValue[] properties) |
| Modifier and Type | Method and Description |
|---|---|
CheckinResult |
AuthoringServiceSoapPort.checkin(Predicate items,
NamedValue[] comments,
boolean keepCheckedOut)
Checkin a content resource.
|
CheckinResult |
AuthoringWebService.checkin(Predicate items,
NamedValue[] comments,
boolean keepCheckedOut) |
Reference |
AuthoringServiceSoapPort.checkinExternal(Reference items,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content)
Checkin an external content resource thus replacing the existing
working content.
|
Reference |
AuthoringWebService.checkinExternal(Reference node,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content) |
VersionResult |
AuthoringServiceSoapPort.createVersion(Predicate items,
NamedValue[] comments,
boolean versionChildren)
Create a snapshot of the specified node(s) in the version store.
|
VersionResult |
AuthoringWebService.createVersion(Predicate items,
NamedValue[] comments,
boolean versionChildren) |
| Modifier and Type | Method and Description |
|---|---|
NamedValue[] |
ResultSetRow.getColumns()
Gets the columns value for this ResultSetRow.
|
NamedValue |
ResultSetRow.getColumns(int i) |
NamedValue[] |
Version.getCommentaries()
Gets the commentaries value for this Version.
|
NamedValue |
Version.getCommentaries(int i) |
NamedValue[] |
Node.getProperties()
Gets the properties value for this Node.
|
NamedValue |
Node.getProperties(int i) |
NamedValue[] |
CMLUpdate.getProperty()
Gets the property value for this CMLUpdate.
|
NamedValue[] |
CMLAddAspect.getProperty()
Gets the property value for this CMLAddAspect.
|
NamedValue[] |
CMLCreate.getProperty()
Gets the property value for this CMLCreate.
|
NamedValue |
CMLUpdate.getProperty(int i) |
NamedValue |
CMLAddAspect.getProperty(int i) |
NamedValue |
CMLCreate.getProperty(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetRow.setColumns(int i,
NamedValue _value) |
void |
ResultSetRow.setColumns(NamedValue[] columns)
Sets the columns value for this ResultSetRow.
|
void |
Version.setCommentaries(int i,
NamedValue _value) |
void |
Version.setCommentaries(NamedValue[] commentaries)
Sets the commentaries value for this Version.
|
void |
Node.setProperties(int i,
NamedValue _value) |
void |
Node.setProperties(NamedValue[] properties)
Sets the properties value for this Node.
|
void |
CMLUpdate.setProperty(int i,
NamedValue _value) |
void |
CMLAddAspect.setProperty(int i,
NamedValue _value) |
void |
CMLCreate.setProperty(int i,
NamedValue _value) |
void |
CMLUpdate.setProperty(NamedValue[] property)
Sets the property value for this CMLUpdate.
|
void |
CMLAddAspect.setProperty(NamedValue[] property)
Sets the property value for this CMLAddAspect.
|
void |
CMLCreate.setProperty(NamedValue[] property)
Sets the property value for this CMLCreate.
|
| Constructor and Description |
|---|
CMLAddAspect(String aspect,
NamedValue[] property,
Predicate where,
String where_id) |
CMLCreate(String id,
ParentReference parent,
String parent_id,
String associationType,
String childName,
String type,
NamedValue[] property) |
CMLUpdate(NamedValue[] property,
Predicate where,
String where_id) |
Node(Reference reference,
String type,
String[] aspects,
NamedValue[] properties) |
ResultSetRow(long rowIndex,
NamedValue[] columns,
Float score,
ResultSetRowNode node) |
Version(Reference id,
Calendar created,
String creator,
String label,
boolean major,
NamedValue[] commentaries) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.