Class DeletePlatformIdentityInfoCmd

  • All Implemented Interfaces:
    java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

    public class DeletePlatformIdentityInfoCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
    Author:
    Tijs Rademakers
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected java.lang.String id
      • userId

        protected java.lang.String userId
      • tenantId

        protected java.lang.String tenantId
    • Constructor Detail

      • DeletePlatformIdentityInfoCmd

        public DeletePlatformIdentityInfoCmd​(java.lang.String id)
      • DeletePlatformIdentityInfoCmd

        protected DeletePlatformIdentityInfoCmd​(java.lang.String userId,
                                                java.lang.String tenantId)
    • Method Detail

      • execute

        public java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>