Class ContainerTeamManagedDelegateProcessor

java.lang.Object
com.ptc.odata.windchill.entity.processor.ContainerTeamManagedDelegateProcessor
All Implemented Interfaces:
com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate

@Component("containerTeamManaged.processor") @Scope("singleton") public class ContainerTeamManagedDelegateProcessor extends Object implements com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate
This delegate can be used to add AddParticipants action which will add users in containerTeam of container with role.
 
{  

    "inherits":[
        {
            "name": "containerTeamManaged"
        }
    ]
}
 
 
Supported API: true

Extendable: false
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate

    addEntityAssociation, createMediaEntity, deleteAllEntityAssociations, deleteEntityAssociation, getEntityStreamProperties, getRelatedEntityCollection, isValidNavigation, multiOperationPostProcess, multiOperationPreProcess, operationPostProcess, operationPreProcess, processAdditionalAttributes, readAction, readEntityData, readEntitySetData, readFunction, readMediaEntity, updateEntityAssociations, updateMediaEntity, vetoEmptyPropertyOnNewEntity